com.steema.teechart.misc
Class Enum

java.lang.Object
  extended by com.steema.teechart.misc.Enum
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, MarksLocation, 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

Title: Enum class

Description:

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

Company: Steema Software SL


Constructor Summary
protected Enum()
           
protected Enum(int value)
           
 
Method Summary
 int getValue()
           
 
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

getValue

public int getValue()