net.sf.dynamicreports.design.definition.chart.plot
Interface DRIDesignSpiderPlot

All Superinterfaces:
DRIDesignPlot
All Known Implementing Classes:
DRDesignSpiderPlot

public interface DRIDesignSpiderPlot
extends DRIDesignPlot

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

Method Summary
 Color getAxisLineColor()
           
 Float getAxisLineWidth()
           
 Double getHeadPercent()
           
 Double getInteriorGap()
           
 Color getLabelColor()
           
 DRIDesignFont getLabelFont()
           
 Double getLabelGap()
           
 DRIDesignExpression getMaxValueExpression()
           
 SpiderRotation getRotation()
           
 Double getStartAngle()
           
 TableOrder getTableOrder()
           
 Boolean getWebFilled()
           
 

Method Detail

getMaxValueExpression

DRIDesignExpression 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

DRIDesignFont getLabelFont()

getLabelGap

Double getLabelGap()

getLabelColor

Color getLabelColor()


Copyright © 2010-2014. All Rights Reserved.