|
||||||||||
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
Example:
clock = new Clock(myChart.getChart()); clock.setColor(Color.RED); clock.setShowInLegend(false); clock.getBrush().setColor(Color.WHITE); clock.getBrush().setColor(Color.RED); clock.getPenHours().setColor(Color.BLACK); clock.getPenMinutes().setColor(Color.BLACK); clock.getPenSeconds().setColor(Color.BLACK);
Copyright (c) 2005-2007 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, treatnulls |
Fields inherited from class com.steema.teechart.styles.Circular |
---|
circleHeight, circleWidth, iAdjustCircleForMarks, 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, 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, InternalUse |
Constructor Summary | |
---|---|
Clock()
|
|
Clock(IBaseChart c)
|
Method Summary | |
---|---|
void |
dispose()
|
protected void |
draw()
|
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. |
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, 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 Circular
public void setChart(IBaseChart c)
TeeBase
setChart
in interface ISeries
setChart
in class CustomPolar
c
- IBaseChartpublic void dispose()
dispose
in interface ISeries
dispose
in class Series
protected void draw()
draw
in class CustomPolar
protected int numSampleValues()
numSampleValues
in class Series
public java.lang.String getDescription()
getDescription
in class Series
public 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 |