public interface XdevTextComponent extends TextComponent
Modifier and Type | Method and Description |
---|---|
Insets |
getBorderInsets(boolean withTextBorder) |
Component |
getCpn() |
XdevDocument |
getDocument() |
Font |
getFont() |
Color |
getForeground() |
int |
getHorizontalAlign() |
Dimension |
getOriginalSize() |
Dimension |
getPreferredSize() |
Dimension |
getSize() |
int |
getTextColumnCount()
Deprecated.
|
int |
getTextColumnGap()
Deprecated.
|
Insets |
getTextInsets() |
boolean |
getUnderline() |
int |
getVerticalAlign() |
boolean |
isVertical() |
boolean |
paintAsImage() |
void |
repaint() |
void |
setPaintText() |
void |
setPreferredSize(Dimension d) |
void |
setSize(Dimension d) |
void |
setTextColumnCount(int i)
Deprecated.
|
void |
setTextColumnGap(int textColumnGap)
Deprecated.
|
void |
setTextInsets(Insets i) |
getText, setText
Component getCpn()
void repaint()
XdevDocument getDocument()
Color getForeground()
Font getFont()
boolean getUnderline()
Dimension getOriginalSize()
Dimension getSize()
void setSize(Dimension d)
Dimension getPreferredSize()
void setPreferredSize(Dimension d)
boolean paintAsImage()
void setPaintText()
int getHorizontalAlign()
boolean isVertical()
int getVerticalAlign()
Insets getBorderInsets(boolean withTextBorder)
Insets getTextInsets()
void setTextInsets(Insets i)
@Deprecated int getTextColumnCount()
@Deprecated void setTextColumnCount(int i)
@Deprecated int getTextColumnGap()
@Deprecated void setTextColumnGap(int textColumnGap)
Copyright © 2003–2021 XDEV Software. All rights reserved.