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, iRange
AUTODEPTH, 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, yMandatory
chart, 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, setValues
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, 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, yScreenToValue
getChart, invalidate, setBooleanProperty, setColorProperty, setDoubleProperty, setIntegerProperty, setStringProperty
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getChart, invalidate
public MarkersCollection markers
public static Color[] LCDPalette
public static Color[] LEDPalette
public NumericGauge()
public NumericGauge(IBaseChart c)
public void assign(Series source)
Series
public void setChart(IBaseChart value)
TeeBase
public double truncate(double d)
protected void drawFace(IGraphics3D g)
drawFace
in class CustomGauge
public Axis getAxis()
getAxis
in class CustomGauge
public void prepareForGallery(boolean isEnabled)
prepareForGallery
in class Series
public void dispose()
dispose
in interface ISeries
dispose
in class CustomGauge
protected void drawHand(IGraphics3D g)
drawHand
in class CustomGauge
public void createSubGallery(Gallery AddSubChart)
createSubGallery
in class Series
public java.lang.String getDescription()
getDescription
in class Series
protected void calcOrigRectangle()
calcOrigRectangle
in class CustomGauge
public 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)