public class FillSpiderPlot extends Object implements SpiderPlot
Modifier and Type | Field and Description |
---|---|
protected SpiderPlot |
parent |
Constructor and Description |
---|
FillSpiderPlot(SpiderPlot spiderPlot,
JRFillObjectFactory factory) |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
Color |
getAxisLineColor() |
Float |
getAxisLineWidth() |
Color |
getBackcolor()
Gets the chart background color.
|
Float |
getBackgroundAlpha()
Gets the transparency factor for this plot background.
|
Float |
getForegroundAlpha()
Gets the transparency factor for this plot foreground.
|
Double |
getHeadPercent() |
Double |
getInteriorGap() |
Color |
getLabelColor() |
JRFont |
getLabelFont() |
Double |
getLabelGap() |
JRExpression |
getMaxValueExpression() |
org.jfree.chart.plot.PlotOrientation |
getOrientation()
Gets the plot orientation (horizontal or vertical).
|
SpiderRotationEnum |
getRotation() |
Double |
getStartAngle() |
TableOrderEnum |
getTableOrder() |
Boolean |
getWebFilled() |
protected SpiderPlot parent
public FillSpiderPlot(SpiderPlot spiderPlot, JRFillObjectFactory factory)
public JRFont getLabelFont()
getLabelFont
in interface SpiderPlot
public JRExpression getMaxValueExpression()
getMaxValueExpression
in interface SpiderPlot
public SpiderRotationEnum getRotation()
getRotation
in interface SpiderPlot
public TableOrderEnum getTableOrder()
getTableOrder
in interface SpiderPlot
public Boolean getWebFilled()
getWebFilled
in interface SpiderPlot
public Double getStartAngle()
getStartAngle
in interface SpiderPlot
public Double getHeadPercent()
getHeadPercent
in interface SpiderPlot
public Double getInteriorGap()
getInteriorGap
in interface SpiderPlot
public Color getAxisLineColor()
getAxisLineColor
in interface SpiderPlot
public Float getAxisLineWidth()
getAxisLineWidth
in interface SpiderPlot
public Double getLabelGap()
getLabelGap
in interface SpiderPlot
public Color getLabelColor()
getLabelColor
in interface SpiderPlot
public Color getBackcolor()
ChartPlot
getBackcolor
in interface ChartPlot
public Float getBackgroundAlpha()
ChartPlot
getBackgroundAlpha
in interface ChartPlot
public Float getForegroundAlpha()
ChartPlot
getForegroundAlpha
in interface ChartPlot
public org.jfree.chart.plot.PlotOrientation getOrientation()
ChartPlot
getOrientation
in interface ChartPlot
public Object clone()
clone
in interface JRCloneable
clone
in class Object
Copyright © 2013. All Rights Reserved.