public class ChartFont extends ChartItem
| Modifier and Type | Field and Description |
|---|---|
private AffineTransform |
affineTransform |
static ChartFont |
DEFAULT_AXIS_SCALE |
static ChartFont |
DEFAULT_AXIS_TITLE |
static ChartFont |
DEFAULT_AXIS_VALUE |
static ChartFont |
DEFAULT_CHART_TITLE |
static ChartFont |
DEFAULT_PIE_VALUE |
private Font |
font |
static AffineTransform |
VERTICAL_ROTATION |
| Modifier and Type | Method and Description |
|---|---|
Font |
deriveFont() |
Font |
getFont() |
void |
setupGraphics2D(Graphics2D graphics2D)
Sets the Paint and Stroke implementations on the Graphics2D Object
|
public static final ChartFont DEFAULT_AXIS_TITLE
public static final ChartFont DEFAULT_AXIS_VALUE
public static final ChartFont DEFAULT_AXIS_SCALE
public static final ChartFont DEFAULT_PIE_VALUE
public static final ChartFont DEFAULT_CHART_TITLE
public static final AffineTransform VERTICAL_ROTATION
private Font font
private AffineTransform affineTransform
public void setupGraphics2D(Graphics2D graphics2D)
setupGraphics2D in class ChartItemgraphics2D - public Font getFont()
public Font deriveFont()