| java.lang.Object com.jeta.swingbuilder.gui.properties.editors.ValuePainter
ValuePainter | public class ValuePainter (Code) | | |
ValuePainter | public ValuePainter()(Code) | | ctor
Parameters: comp - the component associated with this painter. |
drawString | public int drawString(Graphics g, Rectangle rect, int x, String value)(Code) | | Method that renders the text on the given graphics context
the string width in pixels |
paintValue | public void paintValue(Graphics g, Rectangle rect)(Code) | | Method that renders the text on the given graphics context
|
setPostImages | public void setPostImages(ImageIcon[] images)(Code) | | Sets the images rendered to the right of the value
|
setPostImages | public void setPostImages(ImageIcon image)(Code) | | Sets the images rendered to the right of the value
|
setPreImages | public void setPreImages(ImageIcon[] images)(Code) | | Sets the images rendered to the left of the value
|
setPreImages | public void setPreImages(ImageIcon image)(Code) | | Sets the images rendered to the left of the value
|
setValue | public void setValue(Object value)(Code) | | Override setValue so we can nullify the descriptor for the font
|
|
|