com.steema.teechart.styles
Class PieAngle

java.lang.Object
  extended by com.steema.teechart.styles.PieAngle

public class PieAngle
extends java.lang.Object

Title: PieAngle class

Description:

Copyright (c) 2005-2013 by Steema Software SL. All Rights Reserved.

Company: Steema Software SL


Field Summary
 double EndAngle
           
 double MidAngle
           
 double StartAngle
           
 
Constructor Summary
PieAngle()
           
 
Method Summary
 boolean contains(double value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

StartAngle

public double StartAngle

EndAngle

public double EndAngle

MidAngle

public double MidAngle
Constructor Detail

PieAngle

public PieAngle()
Method Detail

contains

public boolean contains(double value)