com.steema.teechart.styles
Class ClockStyle

java.lang.Object
  extended by com.steema.teechart.misc.Enum
      extended by com.steema.teechart.styles.ClockStyle

public final class ClockStyle
extends Enum

Title: ClockStyle class

Description: Describes the possible values of Clock.Style.

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

Company: Steema Software SL


Field Summary
static ClockStyle DECIMAL
          Defines clock figures as Decimal numerals.
static ClockStyle ROMAN
          Defines clock figures as Roman numerals.
 
Method Summary
 
Methods inherited from class com.steema.teechart.misc.Enum
getValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DECIMAL

public static final ClockStyle DECIMAL
Defines clock figures as Decimal numerals.


ROMAN

public static final ClockStyle ROMAN
Defines clock figures as Roman numerals.