com.stimulsoft.base.drawing.path
Class StiPathPie

java.lang.Object
  extended by com.stimulsoft.base.drawing.path.StiPathCommand
      extended by com.stimulsoft.base.drawing.path.StiPathPie

public class StiPathPie
extends StiPathCommand

Copyright Stimulsoft


Field Summary
 
Fields inherited from class com.stimulsoft.base.drawing.path.StiPathCommand
KAPPA
 
Constructor Summary
StiPathPie(double x, double y, double width, double height, double start, double extent)
           
StiPathPie(StiRectangle rect, double start, double extent)
           
 
Method Summary
 StiPathCommandEnum getCommand()
          Return operation
 double getExtent()
           
 double getHeight()
           
 double getStart()
           
 double getWidth()
           
 void setExtent(double extent)
           
 void setHeight(double height)
           
 void setStart(double start)
           
 void setWidth(double width)
           
 
Methods inherited from class com.stimulsoft.base.drawing.path.StiPathCommand
createCircle, curveTo, getX, getY, lineTo, moveTo, setX, setY
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiPathPie

public StiPathPie(double x,
                  double y,
                  double width,
                  double height,
                  double start,
                  double extent)

StiPathPie

public StiPathPie(StiRectangle rect,
                  double start,
                  double extent)
Method Detail

getCommand

public StiPathCommandEnum getCommand()
Description copied from class: StiPathCommand
Return operation

Overrides:
getCommand in class StiPathCommand
Returns:
StiPathCommand

getWidth

public double getWidth()
Returns:
the width

setWidth

public void setWidth(double width)
Parameters:
width - the width to set

getHeight

public double getHeight()
Returns:
the height

setHeight

public void setHeight(double height)
Parameters:
height - the height to set

getStart

public double getStart()
Returns:
the start

setStart

public void setStart(double start)
Parameters:
start - the start to set

getExtent

public double getExtent()
Returns:
the extent

setExtent

public void setExtent(double extent)
Parameters:
extent - the extent to set