net.sf.dynamicreports.report.definition.chart.plot
Interface DRISpiderPlot

All Superinterfaces:
DRIPlot, Serializable
All Known Implementing Classes:
DRSpiderPlot

public interface DRISpiderPlot
extends DRIPlot

Author:
Ricardo Mariaca (r.mariaca@dynamicreports.org)

Method Summary
 Color getAxisLineColor()
           
 Float getAxisLineWidth()
           
 Double getHeadPercent()
           
 Double getInteriorGap()
           
 Color getLabelColor()
           
 DRIFont getLabelFont()
           
 Double getLabelGap()
           
 DRIExpression<Double> getMaxValueExpression()
           
 SpiderRotation getRotation()
           
 Double getStartAngle()
           
 TableOrder getTableOrder()
           
 Boolean getWebFilled()
           
 

Method Detail

getMaxValueExpression

DRIExpression<Double> getMaxValueExpression()

getRotation

SpiderRotation getRotation()

getTableOrder

TableOrder getTableOrder()

getWebFilled

Boolean getWebFilled()

getStartAngle

Double getStartAngle()

getHeadPercent

Double getHeadPercent()

getInteriorGap

Double getInteriorGap()

getAxisLineColor

Color getAxisLineColor()

getAxisLineWidth

Float getAxisLineWidth()

getLabelFont

DRIFont getLabelFont()

getLabelGap

Double getLabelGap()

getLabelColor

Color getLabelColor()


Copyright © 2010-2014. All Rights Reserved.