public class TextStyleViewer extends AbstractCustomPaintedViewer
| Constructor and Description |
|---|
TextStyleViewer(TextStyle style) |
| Modifier and Type | Method and Description |
|---|---|
protected int |
getHeightImp(java.lang.Object value) |
protected int |
getWidthImp(java.lang.Object value) |
protected void |
paintImp(java.awt.Component c,
java.awt.Graphics g,
int x,
int y,
java.lang.Object value) |
getGui, getViewed, setViewedpublic TextStyleViewer(TextStyle style)
protected int getHeightImp(java.lang.Object value)
getHeightImp in class AbstractCustomPaintedViewerprotected int getWidthImp(java.lang.Object value)
getWidthImp in class AbstractCustomPaintedViewerprotected void paintImp(java.awt.Component c,
java.awt.Graphics g,
int x,
int y,
java.lang.Object value)
paintImp in class AbstractCustomPaintedViewer