com.steema.teechart.styles
Class SphereStyle

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

public final class SphereStyle
extends Enum

Title: SphereStyle class

Description: Enhanced Sphere appearance styles

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

Company: Steema Software SL

See Also:
Serialized Form

Field Summary
static SphereStyle NORMAL
           
static SphereStyle POLISHED
           
static SphereStyle SPHERE
           
 
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

NORMAL

public static final SphereStyle NORMAL

SPHERE

public static final SphereStyle SPHERE

POLISHED

public static final SphereStyle POLISHED