com.steema.teechart.misc
Class Enum

java.lang.Object
  extended by com.steema.teechart.misc.Enum
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AnnotationPosition, ArrowHeadStyle, AxisArrowPosition, AxisBreakStyle, AxisLabelAlign, AxisLabelStyle, BarStyle, BevelStyle, CandleStyle, ClickedParts, ClockStyle, ColorLineStyle, CompressionPeriod, ContourConstruction, CursorClicked, CursorToolStyle, CustomStack, DashCap, DashStyle, DateTimeStep, Direction, DownSamplingMethod, DragPointStyle, DrawAllPointsStyle, DrawLineHandle, DrawLineStyle, EdgeStyle, ErrorStyle, ErrorWidthUnit, GaugePointerStyles, GradientDirection, HandStyle, HatchStyle, HorizontalAxis, ImageMode, LegendAlignment, LegendStyle, LegendSymbolPosition, LegendSymbolSize, LegendTextStyle, LineCap, LineOrientation, MarksStyle, MarksTipMouseAction, MultiAreas, MultiBars, MultiPies, NearestPointDirection, NearestPointStyle, PaletteStyle, PanelMarginUnits, PeriodAlign, PeriodStyle, PieOtherStyle, PieOtherStyles, PieToolStyle, PointerStyle, PositionUnits, RotateStyle, RSIStyle, ScrollMode, SeriesEventStyle, ShapeStyle, ShapeTextHorizAlign, ShapeTextVertAlign, ShapeXYStyle, SphereStyle, StringAlignment, SurfaceStyle, TextFormat, TextShapeStyle, TowerStyle, TreatNullsStyle, TrendStyle, ValueListOrder, VerticalAxis, WorldMapType, ZoomDirections

public abstract class Enum
extends java.lang.Object
implements java.io.Serializable

Title: Enum class

Description:

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

Company: Steema Software SL

See Also:
Serialized Form

Constructor Summary
protected Enum()
           
protected Enum(int value)
           
 
Method Summary
 int getValue()
           
protected  java.lang.Object readResolve()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Enum

protected Enum(int value)

Enum

protected Enum()
Method Detail

readResolve

protected java.lang.Object readResolve()
                                throws java.lang.NoSuchFieldException,
                                       java.lang.IllegalAccessException
Throws:
java.lang.NoSuchFieldException
java.lang.IllegalAccessException

getValue

public int getValue()