|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.approximatrix.charting.render.AbstractRenderer
com.approximatrix.charting.coordsystem.AbstractCoordSystem
com.approximatrix.charting.coordsystem.ClassicCoordSystem
com.approximatrix.charting.coordsystem.InvisibleCoordSystem
public class InvisibleCoordSystem
Implements a complete calculating coordinate system via extending ClassicCoordSystem, but overrides the drawing to hide the actual coordinate system on viewable Graphics2D objects. This coordinate system is ideal for radar and pie charts.
| Field Summary |
|---|
| Fields inherited from class com.approximatrix.charting.coordsystem.ClassicCoordSystem |
|---|
ARROWLENGTH, c, constraints, constraints2, frc, MINIMALMARGIN, model, shouldDrawArrows, shouldPaintAltTick |
| Fields inherited from class com.approximatrix.charting.coordsystem.AbstractCoordSystem |
|---|
bottommargin, bounds, centerObjectLabelsBetweenTicks, dfX, dfY, leftmargin, listener, rightmargin, shouldPaintAxes, shouldPaintGrid, shouldPaintLabels, shouldPaintOnlyTick, tickFont, topmargin, unitFont, xaxis, xaxis_unit, y1transform, y2transform, yaxis, yaxis_unit, yaxis2 |
| Fields inherited from interface com.approximatrix.charting.coordsystem.CoordSystem |
|---|
FIRST_YAXIS, SECOND_YAXIS |
| Constructor Summary | |
|---|---|
InvisibleCoordSystem(ChartDataModel cdm)
Constructs an invisible coordinate system using the passed data model. |
|
| Method Summary | |
|---|---|
void |
paintDefault(java.awt.Graphics2D g)
Overrides the ClassicCoordSystem painting to return immediately without actually painting anything. |
| Methods inherited from class com.approximatrix.charting.coordsystem.ClassicCoordSystem |
|---|
chartDataChanged, computeBottomMargin, computeLeftMargin, computeRightMargin, computeTopMargin, getChartDataModelConstraints, getFontRenderContext, getMaximumXTicks, getMaximumYTicks, getXDecimalFormat, getYDecimalFormat, isDrawArrows, isPaintAltTick, resetMaximumXTicks, resetMaximumYTicks, setCenterLabelsBetweenTicks, setMaximumXTicks, setMaximumYTicks |
| Methods inherited from class com.approximatrix.charting.render.AbstractRenderer |
|---|
getDirectRender, isDifferentBounds, setDirectRender |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InvisibleCoordSystem(ChartDataModel cdm)
cdm - the chart data model| Method Detail |
|---|
public void paintDefault(java.awt.Graphics2D g)
paintDefault in interface CoordSystempaintDefault in class ClassicCoordSystemg - the Graphics2D object to paint in.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||