|
ChartCat 1.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectli.netcat.chart.util.AbstractPart
li.netcat.chart.util.GraphPart
li.netcat.chart.util.PolarGraphPart
li.netcat.chart.util.RadarPart
Represents a polar graph that looks for example like this:
Field Summary |
Fields inherited from class li.netcat.chart.util.PolarGraphPart |
NET, RING |
Fields inherited from class li.netcat.chart.util.GraphPart |
STACK_STRATEGY_APPEND, STACK_STRATEGY_GROUP, STACK_TYPE_NOT_STACKED, STACK_TYPE_STACKED, STACK_TYPE_STACKED_PERCENT |
Fields inherited from class li.netcat.chart.util.AbstractPart |
BACKGROUND, FOREGROUND, PERSPECTIVE |
Constructor Summary | |
RadarPart(ChartModel model)
Constructs a new RadarPart using the given ChartModel and the type STACK_TYPE_NOT_STACKED . |
|
RadarPart(ChartModel model,
int stackType)
Constructs a new RadarPart using the given ChartModel and the given type. |
Method Summary | |
Layout |
getLayout(java.awt.Graphics g)
Returns an instance of a layout that is able to report the bounds of this part and is able to paint this part. |
Methods inherited from class li.netcat.chart.util.PolarGraphPart |
getCenterX, getCenterY, getConverter, getInnerRadius, getOrientation, getRadialScaleModel, getRadius, getStretch, getTangentialScaleModel, getThickness, getValueLocation, invalidate, setRadialScaleModel, setSize, setStretch, setTangentialScaleModel |
Methods inherited from class li.netcat.chart.util.GraphPart |
getChartModel, getDiscreetLength, getDiscreetScaleModel, getGraphLook, getLegendModel, getNumericLength, getNumericScaleModel, getStackModel, setChartModel, setDiscreetLength, setDiscreetScaleModel, setGraphLook, setLegendModel, setNumericLength, setNumericScaleModel, setStackModel |
Methods inherited from class li.netcat.chart.util.AbstractPart |
getChart, getPerspective, setChart, setPerspective |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RadarPart(ChartModel model)
RadarPart
using the given ChartModel
and the type STACK_TYPE_NOT_STACKED
.
model
- The ChartModel
that provides the data. null
will be replaced by an empty ChartModel
.public RadarPart(ChartModel model, int stackType)
RadarPart
using the given ChartModel
and the given type.
model
- The ChartModel
that provides the data. null
will be replaced by an empty ChartModel
.stackType
- The type of the resulting graph. Specify one of
STACK_TYPE_NOT_STACKED
, STACK_TYPE_STACKED
or STACK_TYPE_STACKED_PERCENT
.Method Detail |
public Layout getLayout(java.awt.Graphics g)
Part
g
- The relevant graphics object.
null
.
|
ChartCat 1.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |