|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.steema.teechart.TeeBase
com.steema.teechart.styles.Series
com.steema.teechart.styles.Circular
com.steema.teechart.styles.CustomPolar
com.steema.teechart.styles.Custom2DPolar
com.steema.teechart.styles.Clock
public class Clock
Title: Clock class
Description: Clock Series
Copyright (c) 2005-2006 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.steema.teechart.styles.Series |
|---|
Series.MarkTextResolver |
| Field Summary |
|---|
| Fields inherited from class com.steema.teechart.styles.CustomPolar |
|---|
iMaxValuesCount, iPointer |
| Fields inherited from class com.steema.teechart.styles.Circular |
|---|
iCircleXCenter, iCircleYCenter, iXRadius, iYRadius, PIDEGREE, rCircleRect, rotDegree |
| Fields inherited from class com.steema.teechart.styles.Series |
|---|
AUTODEPTH, AUTOZORDER, bActive, bBrush, bColorEach, calcVisiblePoints, colorMember, customMarkText, drawBetweenPoints, endZ, firstVisible, hasZValues, iColors, InternalUse, iNumSampleValues, iZOrder, labelMember, lastVisible, listenerList, mandatory, manualData, marks, middleZ, notMandatory, percentDecimal, percentFormat, sLabels, startZ, useAxis, useSeriesColor, valueFormat, vxValues, vyValues, yMandatory |
| Fields inherited from class com.steema.teechart.TeeBase |
|---|
chart |
| Constructor Summary | |
|---|---|
Clock()
|
|
Clock(IBaseChart c)
|
|
| Method Summary | |
|---|---|
void |
dispose()
|
protected void |
draw()
|
protected java.lang.String |
getCircleLabel(double angle,
int index)
|
java.lang.String |
getDescription()
Gets descriptive text. |
ChartPen |
getPenHours()
Sets the Pen for the Clock's hour hand. |
ChartPen |
getPenMinutes()
Sets the Pen for the Clock's minute hand. |
ChartPen |
getPenSeconds()
Sets the Pen for the Clock's second hand. |
ClockStyle |
getStyle()
The style of the clock figures, Roman or Decimal. |
javax.swing.Timer |
getTimer()
Returns the Timer used by the clock series. |
protected int |
numSampleValues()
|
protected java.lang.Object |
readResolve()
|
void |
setChart(IBaseChart c)
Chart associated with this object. |
void |
setStyle(ClockStyle value)
Sets the style of the clock figures, Roman or Decimal. |
| Methods inherited from class com.steema.teechart.styles.Custom2DPolar |
|---|
galleryChanged3D, prepareForGallery |
| Methods inherited from class com.steema.teechart.TeeBase |
|---|
getChart, invalidate, setBooleanProperty, setColorProperty, setColorProperty, setDoubleProperty, setIntegerProperty, setStringProperty |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.steema.teechart.styles.ISeries |
|---|
getChart, invalidate |
| Constructor Detail |
|---|
public Clock()
public Clock(IBaseChart c)
| Method Detail |
|---|
protected java.lang.Object readResolve()
readResolve in class Seriespublic void setChart(IBaseChart c)
TeeBase
setChart in interface ISeriessetChart in class CustomPolarc - IBaseChartpublic void dispose()
dispose in interface ISeriesdispose in class Seriesprotected void draw()
draw in class CustomPolar
protected java.lang.String getCircleLabel(double angle,
int index)
getCircleLabel in class CustomPolarprotected int numSampleValues()
numSampleValues in class Seriespublic javax.swing.Timer getTimer()
public java.lang.String getDescription()
getDescription in class Seriespublic ChartPen getPenHours()
public ChartPen getPenMinutes()
public ChartPen getPenSeconds()
public ClockStyle getStyle()
public void setStyle(ClockStyle value)
value - ClockStyle
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||