public class NumericGauge extends CustomGauge
Series.MarkTextResolver| Modifier and Type | Field and Description |
|---|---|
static Color[] |
LCDPalette |
static Color[] |
LEDPalette |
MarkersCollection |
markers |
BlackPalette, BluesPalette, fgreenLineEndValue, fgreenLineStartValue, fmaximum, fminimum, fredLineEndValue, fredLineStartValue, iNewRectangle, iOrigRectangle, iRangeAUTODEPTH, AUTOZORDER, bActive, bBrush, bColorEach, calcVisiblePoints, colorMember, customMarkText, drawBetweenPoints, endZ, firstVisible, hasZValues, iColors, iNumSampleValues, iZOrder, labelMember, lastVisible, listenerList, mandatory, manualData, marks, middleZ, notMandatory, oldDataSource, percentDecimal, percentFormat, sLabels, startZ, useAxis, useSeriesColor, valueFormat, vxValues, vyValues, yMandatorychart, InternalUse| Constructor and Description |
|---|
NumericGauge() |
NumericGauge(IBaseChart c) |
| Modifier and Type | Method and Description |
|---|---|
void |
assign(Series source)
Copies all properties from one Series component to another.
Only the common properties shared by both source and destination Series are copied. |
protected void |
calcOrigRectangle() |
void |
createSubGallery(Gallery AddSubChart) |
void |
dispose() |
protected void |
drawFace(IGraphics3D g) |
protected void |
drawHand(IGraphics3D g) |
Axis |
getAxis() |
java.lang.String |
getDescription()
Gets descriptive text.
|
MarkersCollection |
getMarkersCollection() |
Marker |
getTextMarker() |
Marker |
getUnitsMarker() |
Marker |
getValueMarker() |
void |
prepareForGallery(boolean isEnabled) |
void |
setChart(IBaseChart value)
Chart associated with this object.
|
void |
setMarkersCollection(MarkersCollection value) |
void |
setTextMarker(Marker value) |
void |
setTextMarker(java.lang.String value) |
void |
setUnitsMarker(Marker value) |
void |
setValueMarker(Marker value) |
double |
truncate(double d) |
addSampleValues, calcNewRectangle, clicked, customBoundsIsEmpty, doBeforeDrawChart, draw, draw, drawAxis, drawAxisMinorTick, drawAxisTick, drawColorLines, drawFrame, drawFrame, getCustomBounds, getFaceBrush, getFrame, getGaugeColorPalette, getGaugePaletteColor, getGreenLine, getGreenLineEndValue, getGreenLineStartValue, getHand, getHorizontal, getMaximum, getMinimum, getMinorTickDistance, getMinorTicks, getRedLine, getRedLineEndValue, getRedLineStartValue, getTicks, getValue, isDefaultAxis, prepareGraphics, prepareGraphics, setAxisOnce, setCustomBounds, setFaceBrush, setFrame, setGaugeColorPalette, setGreenLine, setGreenLineEndValue, setGreenLineStartValue, setHand, setHorizontal, setMaximum, setMinimum, setMinorTickDistance, setMinorTicks, setRedLine, setRedLineEndValue, setRedLineStartValue, setTicks, setValue, setValuesadd, add, add, add, add, add, add, add, add, add, add, add, add, add, add, add, add, add, add, add, add, add, add, add, add, add, addChartValue, added, addedValue, addNull, addNullXY, addSeriesMouseListener, addSeriesPaintListener, addValues, assignDispose, assignValues, associatedToAxis, beginUpdate, calcFirstLastVisibleIndex, calcHorizMargins, calcPercentSt, calcPosValue, calculateMarkPosition, calcVerticalMargins, calcXPos, calcXPosValue, calcXSizeValue, calcYPos, calcYPosValue, calcYSizeValue, calcZOrder, canAddRandomPoints, changeType, checkDataSource, checkMouse, checkOrder, checkOtherSeries, clear, clearLists, clicked, clone, cloneSeries, convertArray, countLegendItems, createNewSeries, createNewSeries, createNewSeries, dataSourceArray, delete, delete, delete, doAfterDrawValues, doBeforeDrawValues, doClick, doClickPointer, doDoubleClick, drawHiddenValue, drawLegend, drawLegend, drawLegendShape, drawMark, drawMarks, drawMarksSeries, drawSeries, drawSeriesForward, drawValue, drawValuesForward, endUpdate, fillSampleValues, fillSampleValues, fireSeriesMouseEvent, fireSeriesPaint, firstDisplayed, galleryChanged3D, getActive, getAllowSinglePoint, getBitmapEditor, getBrush, getColor, getColorEach, getColorMember, getColors, getCount, getCountLegendItems, getCursor, getCustomHorizAxis, getCustomVertAxis, getDataSource, getDefaultColor, getDefaultNullValue, getDepth, getEndZ, getFields, getFirstVisible, getFunction, getHasZValues, getHorizAxis, getHorizontalAxis, getLabelMember, getLabels, getLastVisible, getLegendString, getMandatory, getMandatoryAxis, getMarks, getMarkText, getMarkValue, getMaxXValue, getMaxYValue, getMaxZValue, getMiddleZ, getMinXValue, getMinYValue, getMinZValue, getNotMandatory, getNumGallerySeries, getNumSampleValues, getOriginValue, getPercentFormat, getPoint, getSeriesColor, getShowInLegend, getStartZ, getTitle, getUseAxis, getValueColor, getValueFormat, getValueIndexSwapper, getValueList, getValueList, getValueMarkText, getValuesLists, getVertAxis, getVerticalAxis, getVisible, getXValues, getYMandatory, getYValueList, getYValues, getZOrder, hasClickEvents, hasColors, hasDataSource, hasLabels, hasListenersOf, hasNoMandatoryValues, isNull, isPointInChartRect, isValidSeriesSource, isValidSourceOf, lastDisplayed, lastVisibleMark, legendItemColor, legendToValueIndex, maxMarkWidth, moreSameZOrder, mouseEvent, newFromType, numSampleValues, onDisposing, prepareLegendCanvas, randomBounds, readResolve, recalcGetAxis, refreshSeries, removeMarkTextResolver, removeSeriesMouseListener, removeSeriesPaintListener, repaint, sameClass, setActive, setColor, setColorEach, setColorMember, setColors, setCursor, setCustomHorizAxis, setCustomHorizAxis, setCustomVertAxis, setCustomVertAxis, setDataSource, setDefaultNullValue, setDepth, setEndZ, setFunction, setHorizontal, setHorizontalAxis, setLabelMember, setLabels, setMarks, setMarkTextResolver, setMiddleZ, setNull, setNull, setPercentFormat, setSeriesColor, setShowInLegend, setStartZ, setSubGallery, setTitle, setValueFormat, setValueList, setVerticalAxis, setVisible, setXValues, setYValues, setZOrder, setZPositions, sortByLabels, sortByLabels, sortDrawSeries, swapValueIndex, titleOrName, toString, valueListOfAxis, valuesListAdd, xScreenToValue, yScreenToValuegetChart, invalidate, setBooleanProperty, setColorProperty, setDoubleProperty, setIntegerProperty, setStringPropertyequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetChart, invalidatepublic MarkersCollection markers
public static Color[] LCDPalette
public static Color[] LEDPalette
public NumericGauge()
public NumericGauge(IBaseChart c)
public void assign(Series source)
Seriespublic void setChart(IBaseChart value)
TeeBasepublic double truncate(double d)
protected void drawFace(IGraphics3D g)
drawFace in class CustomGaugepublic Axis getAxis()
getAxis in class CustomGaugepublic void prepareForGallery(boolean isEnabled)
prepareForGallery in class Seriespublic void dispose()
dispose in interface ISeriesdispose in class CustomGaugeprotected void drawHand(IGraphics3D g)
drawHand in class CustomGaugepublic void createSubGallery(Gallery AddSubChart)
createSubGallery in class Seriespublic java.lang.String getDescription()
getDescription in class Seriesprotected void calcOrigRectangle()
calcOrigRectangle in class CustomGaugepublic Marker getValueMarker()
public Marker getTextMarker()
public Marker getUnitsMarker()
public void setValueMarker(Marker value)
public void setTextMarker(Marker value)
public void setUnitsMarker(Marker value)
public MarkersCollection getMarkersCollection()
public void setMarkersCollection(MarkersCollection value)
public void setTextMarker(java.lang.String value)