|
||||||||||
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.Gauges
public class Gauges
Title: Gauges class
Description: Gauges 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.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 | |
---|---|
Gauges()
|
|
Gauges(IBaseChart c)
|
Method Summary | |
---|---|
void |
addChangeListener(javax.swing.event.ChangeListener l)
|
protected void |
addSampleValues(int numValues)
|
protected void |
draw()
|
protected void |
fireChange()
|
SeriesPointer |
getCenter()
Returns a sub-object with properties that control the appearance of a shape at the middle of gauge. |
java.lang.String |
getDescription()
Gets descriptive text. |
SeriesPointer |
getEndPoint()
Returns a sub-object with properties that control the appearance of a shape at the end of the gauge arrow. |
int |
getHandDistance()
The amount in pixels that define a gap between the gauge axis and the end of the gauge arrow line. |
HandStyle |
getHandStyle()
Style of Gauge hand. |
boolean |
getLabelsInside()
Defines where to display gauge axis labels. |
double |
getMaximum()
The maximum value for the gauge. |
double |
getMinimum()
The minimum value for the gauge. |
int |
getMinorTickDistance()
Set to a value bigger than zero to display the axis minor ticks (ticks inside normal ticks) displaced from the axis line the specified number of pixels. |
ChartPen |
getPen()
Line pen for Gauge. |
double |
getTotalAngle()
Controls the size in degrees for the gauge axis. |
double |
getValue()
Gets or sets the position of gauge arrow line. |
void |
prepareForGallery(boolean isEnabled)
|
void |
removeChangeListener(javax.swing.event.ChangeListener l)
|
void |
setChart(IBaseChart c)
Chart associated with this object. |
void |
setHandDistance(int value)
Sets the amount in pixels that define a gap between the gauge axis and the end of the gauge arrow line. |
void |
setHandStyle(HandStyle value)
Sets the Style of Gauge hand. |
void |
setLabelsInside(boolean value)
Defines where to display gauge axis labels. |
void |
setMaximum(double value)
Sets the maximum value for the gauge. |
void |
setMinimum(double value)
Sets the minimum value for the gauge. |
void |
setMinorTickDistance(int value)
Sets the number of pixels to displace the axis minor ticks from the axis line. |
void |
setTotalAngle(double value)
Controls the size in degrees for the gauge axis. |
void |
setValue(double value)
Sets the position of gauge arrow line. |
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 Gauges()
public Gauges(IBaseChart c)
Method Detail |
---|
public void addChangeListener(javax.swing.event.ChangeListener l)
public void removeChangeListener(javax.swing.event.ChangeListener l)
protected void fireChange()
public ChartPen getPen()
public HandStyle getHandStyle()
public void setHandStyle(HandStyle value)
value
- HandStylepublic double getTotalAngle()
Circular.getRotationAngle()
public void setTotalAngle(double value)
value
- doublepublic int getHandDistance()
public void setHandDistance(int value)
value
- intpublic double getValue()
public void setValue(double value)
value
- doublepublic double getMinimum()
public void setMinimum(double value)
value
- doublepublic double getMaximum()
public void setMaximum(double value)
value
- doublepublic SeriesPointer getCenter()
public SeriesPointer getEndPoint()
public int getMinorTickDistance()
public void setMinorTickDistance(int value)
value
- intpublic boolean getLabelsInside()
public void setLabelsInside(boolean value)
value
- booleanprotected void addSampleValues(int numValues)
addSampleValues
in class Series
protected void draw()
draw
in class Series
public void setChart(IBaseChart c)
TeeBase
setChart
in interface ISeries
setChart
in class Circular
c
- IBaseChartpublic void prepareForGallery(boolean isEnabled)
prepareForGallery
in class Series
public java.lang.String getDescription()
getDescription
in class Series
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |