net.sf.jasperreports.components.spiderchart
Interface SpiderPlot

All Superinterfaces:
ChartPlot, Cloneable, JRCloneable, Serializable
All Known Implementing Classes:
FillSpiderPlot, StandardSpiderPlot

public interface SpiderPlot
extends ChartPlot

Version:
$Id: SpiderPlot.java 4595 2011-09-08 15:55:10Z teodord $
Author:
sanda zaharia (shertage@users.sourceforge.net)

Method Summary
 Color getAxisLineColor()
           
 Float getAxisLineWidth()
           
 Double getHeadPercent()
           
 Double getInteriorGap()
           
 Color getLabelColor()
           
 JRFont getLabelFont()
           
 Double getLabelGap()
           
 JRExpression getMaxValueExpression()
           
 SpiderRotationEnum getRotation()
           
 Double getStartAngle()
           
 TableOrderEnum getTableOrder()
           
 Boolean getWebFilled()
           
 
Methods inherited from interface net.sf.jasperreports.components.charts.ChartPlot
getBackcolor, getBackgroundAlpha, getForegroundAlpha, getOrientation
 
Methods inherited from interface net.sf.jasperreports.engine.JRCloneable
clone
 

Method Detail

getMaxValueExpression

JRExpression getMaxValueExpression()

getLabelFont

JRFont getLabelFont()

getRotation

SpiderRotationEnum getRotation()

getTableOrder

TableOrderEnum getTableOrder()

getWebFilled

Boolean getWebFilled()

getStartAngle

Double getStartAngle()

getHeadPercent

Double getHeadPercent()

getInteriorGap

Double getInteriorGap()

getAxisLineColor

Color getAxisLineColor()

getAxisLineWidth

Float getAxisLineWidth()

getLabelGap

Double getLabelGap()

getLabelColor

Color getLabelColor()


Copyright © 2012. All Rights Reserved.