|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectlt.monarch.chart.engine.AbstractChartObject<MarkerPaintTags>
lt.monarch.chart.AbstractChartMarker
lt.monarch.chart.chart2D.MarkerLine
lt.monarch.chart.chart2D.VerticalMarkerLine
public class VerticalMarkerLine extends MarkerLine
Draws a vertical line with a label. Here is an example of vertical marker line usage:

| Modifier and Type | Field and Description |
|---|
| Fields inherited from class lt.monarch.chart.chart2D.MarkerLine |
|---|
level, mapper |
| Fields inherited from class lt.monarch.chart.AbstractChartMarker |
|---|
axisMapper, label, textStyle |
| Fields inherited from class lt.monarch.chart.engine.AbstractChartObject |
|---|
AXIS_SORT_POSITION, BREAK_LINE_POSITION, DEFAULT_SORT_POSITION, GRID_SORT_POSITION, MARKER_SERIES_SORT_POSITION, MARKERS_SORT_POSITION, paintStyle, SERIES_SORT_POSITION, sortPosition, style |
| Constructor and Description |
|---|
VerticalMarkerLine(Axis axis)
Constructs a new HorizontalMarkerLine with a new PlaneMapper2D
mapper and axis mapper of the specified axis. |
VerticalMarkerLine(PlaneMapper mapper,
AxisMapper axisMapper)
Constructs a new VerticalMarkerLine with the specified plane and axis mappers. |
| Modifier and Type | Method and Description |
|---|---|
void |
draw(AbstractGraphics g)
Paints the horizontal marker line in the specified Graphics context. |
| Methods inherited from class lt.monarch.chart.chart2D.MarkerLine |
|---|
getLevel, getSortPosition, setLabelPosition, setLabelPosition, setLevel |
| Methods inherited from class lt.monarch.chart.AbstractChartMarker |
|---|
getAxisMapper, getLabel, getPaintMode, getParent, getStyle, getTextStyle, isLabelEmpty, setLabel, setPaintMode |
| Methods inherited from class lt.monarch.chart.engine.AbstractChartObject |
|---|
activate, chart, copy, deactivate, dispose, finalize, getChart, getChartObjectBounds, getPaintStyle, getStyle, invalidate, isVisible, layout, repaint, repaint, setChart, setVisible |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public VerticalMarkerLine(PlaneMapper mapper,
AxisMapper axisMapper)
VerticalMarkerLine with the specified plane and axis mappers.
mapper - the plane mapperaxisMapper - the axis mapperpublic VerticalMarkerLine(Axis axis)
HorizontalMarkerLine with a new PlaneMapper2D
mapper and axis mapper of the specified axis.
axis - the axis| Method Detail |
|---|
public void draw(AbstractGraphics g)
g - the Graphics context in which to paint marker line
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||