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 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 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()
ChartPlot
getBackcolor
in interface ChartPlot
public void setBackcolor(Color backcolor)
backcolor
- the backcolor to setpublic Float getBackgroundAlpha()
ChartPlot
getBackgroundAlpha
in interface ChartPlot
public void setBackgroundAlpha(Float backgroundAlpha)
backgroundAlpha
- the backgroundAlpha to setpublic Float getForegroundAlpha()
ChartPlot
getForegroundAlpha
in interface ChartPlot
public void setForegroundAlpha(Float foregroundAlpha)
foregroundAlpha
- the foregroundAlpha to setpublic org.jfree.chart.plot.PlotOrientation getOrientation()
ChartPlot
getOrientation
in interface ChartPlot
public void collectExpressions(JRExpressionCollector collector)
public Object clone()
clone
in interface JRCloneable
clone
in class Object
public JRPropertyChangeSupport getEventSupport()
JRChangeEventsSupport
getEventSupport
in interface JRChangeEventsSupport
Copyright © 2019 TIBCO Software Inc.. All rights reserved.