com.steema.teechart.tools
Class PieToolStyle

java.lang.Object
  extended by com.steema.teechart.misc.Enum
      extended by com.steema.teechart.tools.PieToolStyle
All Implemented Interfaces:
java.io.Serializable

public final class PieToolStyle
extends Enum

Title: PieToolStyle class

Description: Describes the possible values of the PieTool.Style method.

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

Company: Steema Software SL

See Also:
PieTool.getStyle(), Serialized Form

Field Summary
static PieToolStyle EXPLODE
          Explodes and un-explodes the focused slice.
static PieToolStyle FOCUS
          Draws a border around the focused pie slice.
 
Method Summary
 
Methods inherited from class com.steema.teechart.misc.Enum
getValue, readResolve
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FOCUS

public static final PieToolStyle FOCUS
Draws a border around the focused pie slice.


EXPLODE

public static final PieToolStyle EXPLODE
Explodes and un-explodes the focused slice.