Uses of Class
com.steema.teechart.styles.ClockStyle

Packages that use ClockStyle
com.steema.teechart.styles   
 

Uses of ClockStyle in com.steema.teechart.styles
 

Fields in com.steema.teechart.styles declared as ClockStyle
static ClockStyle ClockStyle.DECIMAL
          Defines clock figures as Decimal numerals.
static ClockStyle ClockStyle.ROMAN
          Defines clock figures as Roman numerals.
 

Methods in com.steema.teechart.styles that return ClockStyle
 ClockStyle Clock.getStyle()
          The style of the clock figures, Roman or Decimal.
 

Methods in com.steema.teechart.styles with parameters of type ClockStyle
 void Clock.setStyle(ClockStyle value)
          Sets the style of the clock figures, Roman or Decimal.