public class StandardSpiderPlot extends Object implements SpiderPlot, JRChangeEventsSupport
| Constructor and Description |
|---|
StandardSpiderPlot() |
StandardSpiderPlot(SpiderPlot spiderPlot,
JRBaseObjectFactory factory) |
public static final String PROPERTY_LABEL_FONT
public static final String PROPERTY_MAX_VALUE_EXPRESSION
public static final String PROPERTY_ROTATION
public static final String PROPERTY_TABLE_ORDER
public static final String PROPERTY_WEB_FILLED
public static final String PROPERTY_START_ANGLE
public static final String PROPERTY_HEAD_PERCENT
public static final String PROPERTY_INTERIOR_GAP
public static final String PROPERTY_AXIS_LINE_COLOR
public static final String PROPERTY_AXIS_LINE_WIDTH
public static final String PROPERTY_LABEL_GAP
public static final String PROPERTY_LABEL_COLOR
public static final String PROPERTY_BACKCOLOR
public static final String PROPERTY_BACKGROUND_ALPHA
public static final String PROPERTY_FOREGROUND_ALPHA
protected JRFont labelFont
protected JRExpression maxValueExpression
protected SpiderRotationEnum rotation
protected TableOrderEnum tableOrder
protected Boolean webFilled
protected Double startAngle
protected Double headPercent
protected Double interiorGap
protected Color axisLineColor
protected Float axisLineWidth
protected Double labelGap
protected Color labelColor
protected Color backcolor
protected Float backgroundAlpha
protected Float foregroundAlpha
public StandardSpiderPlot()
public StandardSpiderPlot(SpiderPlot spiderPlot, JRBaseObjectFactory factory)
public JRFont getLabelFont()
getLabelFont in interface SpiderPlotpublic JRExpression getMaxValueExpression()
getMaxValueExpression in interface SpiderPlotpublic SpiderRotationEnum getRotation()
getRotation in interface SpiderPlotpublic TableOrderEnum getTableOrder()
getTableOrder in interface SpiderPlotpublic Boolean getWebFilled()
getWebFilled in interface SpiderPlotpublic Double getStartAngle()
getStartAngle in interface SpiderPlotpublic Double getHeadPercent()
getHeadPercent in interface SpiderPlotpublic Double getInteriorGap()
getInteriorGap in interface SpiderPlotpublic Color getAxisLineColor()
getAxisLineColor in interface SpiderPlotpublic Float getAxisLineWidth()
getAxisLineWidth in interface SpiderPlotpublic Double getLabelGap()
getLabelGap in interface SpiderPlotpublic Color getLabelColor()
getLabelColor in interface SpiderPlotpublic void setLabelFont(JRFont labelFont)
public void setMaxValueExpression(JRExpression maxValueExpression)
public void setRotation(SpiderRotationEnum rotation)
public void setTableOrder(TableOrderEnum tableOrder)
public void setWebFilled(Boolean webFilled)
public void setStartAngle(Double startAngle)
public void setHeadPercent(Double headPercent)
public void setInteriorGap(Double interiorGap)
public void setAxisLineColor(Color axisLineColor)
public void setAxisLineWidth(Float axisLineWidth)
public void setLabelGap(Double labelGap)
public void setLabelColor(Color labelColor)
public Color getBackcolor()
ChartPlotgetBackcolor in interface ChartPlotpublic void setBackcolor(Color backcolor)
backcolor - the backcolor to setpublic Float getBackgroundAlpha()
ChartPlotgetBackgroundAlpha in interface ChartPlotpublic void setBackgroundAlpha(Float backgroundAlpha)
backgroundAlpha - the backgroundAlpha to setpublic Float getForegroundAlpha()
ChartPlotgetForegroundAlpha in interface ChartPlotpublic void setForegroundAlpha(Float foregroundAlpha)
foregroundAlpha - the foregroundAlpha to setpublic org.jfree.chart.plot.PlotOrientation getOrientation()
ChartPlotgetOrientation in interface ChartPlotpublic void collectExpressions(JRExpressionCollector collector)
public Object clone()
clone in interface JRCloneableclone in class Objectpublic JRPropertyChangeSupport getEventSupport()
JRChangeEventsSupportgetEventSupport in interface JRChangeEventsSupportCopyright © 2017. All rights reserved.