|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.corpstein.image.Layer org.corpstein.image.XAxisLabels
public class XAxisLabels
Field Summary |
---|
Fields inherited from class org.corpstein.image.Layer |
---|
background, border, borderColor, DEFAULT_BORDER, DEFAULT_BORDER_COLOR, height, width, x, y, z |
Constructor Summary | |
---|---|
XAxisLabels(ChartData data,
ChartStyle style,
ChartMetrics metrics)
|
Method Summary | |
---|---|
void |
draw(java.awt.Graphics2D g)
Checks ChartStyle.getKeyType and calls drawXAxisLabelsWithBarColorAssociation ,
drawXAxisLabelsWithDiagonalBarLabels , or
drawXAxisLabelsWithHorizontalBarLabels |
Methods inherited from class org.corpstein.image.Layer |
---|
getBackground, getBorder, getBorderColor, getHeight, getWidth, getX, getY, getZ, setBackground, setBorder, setBorderColor, setHeight, setWidth, setX, setY, setZ |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XAxisLabels(ChartData data, ChartStyle style, ChartMetrics metrics)
Method Detail |
---|
public void draw(java.awt.Graphics2D g)
drawXAxisLabelsWithBarColorAssociation
,
drawXAxisLabelsWithDiagonalBarLabels
, or
drawXAxisLabelsWithHorizontalBarLabels
draw
in class Layer
g
- Graphics object to draw to
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |