|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.java4less.rchart.ChartComponent | +--com.java4less.rchart.Plotter | +--com.java4less.rchart.RadarPlotter
Class used to plat radar charts.
Field Summary | |
FillStyle |
backStyle
back style to fill the chart |
boolean |
drawCircle
if true a circle will be painted around the radarchart |
java.awt.Color |
faktorColor
color used to paint the factors |
java.awt.Font |
faktorFont
font used to paint the factors |
double[] |
faktorMaxs
maximum values ofd the factors. |
double[] |
faktorMins
minimum vaues of the factors. |
java.lang.String[] |
faktorNames
names of the factors |
java.awt.Font |
gridFont
grid's font |
java.awt.Color |
gridFontColor
grid's font color |
LineStyle |
gridStyle
grid's line style |
java.awt.Color[] |
pointColors
color of the points. |
double[] |
pointColorScale
ascending list of values used to select the color of the point. |
double |
radiusModifier
modifies the size of thechart. |
int |
ticks
tick lenght, in pixels |
Fields inherited from class com.java4less.rchart.Plotter |
back, backImage, depth, visibleHeight, visibleWidth, XScale, Y2Scale, YScale |
Fields inherited from class com.java4less.rchart.ChartComponent |
height, width, x, y |
Constructor Summary | |
RadarPlotter()
constructor |
Methods inherited from class com.java4less.rchart.Plotter |
addSerie, getCombinable, getNeedsAxis, getSerie, getSeriesCount, plot, plotBackground, replaceSerie, setSerie |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public double radiusModifier
public boolean drawCircle
public java.lang.String[] faktorNames
public double[] faktorMins
public double[] faktorMaxs
public java.awt.Font faktorFont
public java.awt.Color faktorColor
public LineStyle gridStyle
public java.awt.Font gridFont
public java.awt.Color gridFontColor
public int ticks
public FillStyle backStyle
public java.awt.Color[] pointColors
public double[] pointColorScale
Constructor Detail |
public RadarPlotter()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |