public class AbstractRoundRampedFigure extends AbstractMarkedWidgetFigure
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
gradient |
protected RoundScaledRamp |
ramp |
hiColor, hihiColor, hihiLevel, hiLevel, loColor, loLevel, loloColor, loloLevel, showHi, showHihi, showLo, showLolo, showMarkerslogScale, majorTickMarkStepHint, maximum, minimum, scale, showMinorTicks, showScale, transparent, value, valueLabelFormat| Constructor and Description |
|---|
AbstractRoundRampedFigure() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isGradient() |
void |
setGradient(boolean gradient) |
void |
setHiColor(org.eclipse.swt.graphics.Color color) |
void |
setHihiColor(org.eclipse.swt.graphics.Color color) |
void |
setHihiLevel(double hihiLevel) |
void |
setHiLevel(double hiLevel) |
void |
setLoColor(org.eclipse.swt.graphics.Color color) |
void |
setLogScale(boolean logScale) |
void |
setLoLevel(double loLevel) |
void |
setLoloColor(org.eclipse.swt.graphics.Color color) |
void |
setLoloLevel(double loloLevel) |
void |
setRange(double min,
double max)
set the range of the scale
|
void |
setShowHi(boolean showHi) |
void |
setShowHihi(boolean showHihi) |
void |
setShowLo(boolean showLo) |
void |
setShowLolo(boolean showLolo) |
void |
setShowMarkers(boolean showMarkers) |
getHiColor, getHihiColor, getHihiLevel, getHiLevel, getLoColor, getLoLevel, getLoloColor, getLoloLevel, isShowHi, isShowHihi, isShowLo, isShowLolo, isShowMarkersgetBeanInfo, getCoercedValue, getCoercedValue, getMajorTickMarkStepHint, getMaximum, getMinimum, getRange, getScale, getValue, getValueLabelFormat, getValueText, isLogScale, isOpaque, isShowMinorTicks, isShowScale, isTransparent, paintFigure, setMajorTickMarkStepHint, setRange, setScale, setShowMinorTicks, setShowScale, setTransparent, setValue, setValueLabelFormatadd, add, add, add, addAncestorListener, addCoordinateListener, addFigureListener, addFocusListener, addKeyListener, addLayoutListener, addListener, addMouseListener, addMouseMotionListener, addNotify, addPropertyChangeListener, addPropertyChangeListener, containsPoint, containsPoint, erase, findDescendantAtExcluding, findFigureAt, findFigureAt, findFigureAt, findFigureAtExcluding, findMouseEventTargetAt, findMouseEventTargetInDescendantsAt, fireCoordinateSystemChanged, fireFigureMoved, fireMoved, firePropertyChange, firePropertyChange, firePropertyChange, getBackgroundColor, getBorder, getBounds, getChildren, getClientArea, getClientArea, getClippingStrategy, getCursor, getFlag, getFont, getForegroundColor, getInsets, getLayoutManager, getListeners, getLocalBackgroundColor, getLocalFont, getLocalForegroundColor, getLocation, getMaximumSize, getMinimumSize, getMinimumSize, getParent, getPreferredSize, getPreferredSize, getSize, getToolTip, getUpdateManager, handleFocusGained, handleFocusLost, handleKeyPressed, handleKeyReleased, handleMouseDoubleClicked, handleMouseDragged, handleMouseEntered, handleMouseExited, handleMouseHover, handleMouseMoved, handleMousePressed, handleMouseReleased, hasFocus, internalGetEventDispatcher, intersects, invalidate, invalidateTree, isCoordinateSystem, isEnabled, isFocusTraversable, isMirrored, isMouseEventTarget, isRequestFocusEnabled, isShowing, isValid, isValidationRoot, isVisible, layout, paint, paintBorder, paintChildren, paintClientArea, primTranslate, remove, removeAll, removeAncestorListener, removeCoordinateListener, removeFigureListener, removeFocusListener, removeKeyListener, removeLayoutListener, removeListener, removeMouseListener, removeMouseMotionListener, removeNotify, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, requestFocus, revalidate, setBackgroundColor, setBorder, setBounds, setChildrenDirection, setChildrenEnabled, setChildrenOrientation, setClippingStrategy, setConstraint, setCursor, setEnabled, setFlag, setFocusTraversable, setFont, setForegroundColor, setLayoutManager, setLocation, setMaximumSize, setMinimumSize, setOpaque, setParent, setPreferredSize, setPreferredSize, setRequestFocusEnabled, setSize, setSize, setToolTip, setValid, setVisible, translate, translateFromParent, translateToAbsolute, translateToParent, translateToRelative, useLocalCoordinates, validateprotected boolean gradient
protected RoundScaledRamp ramp
public void setShowMarkers(boolean showMarkers)
setShowMarkers in class AbstractMarkedWidgetFigureshowMarkers - the showMarkers to setpublic void setLoloLevel(double loloLevel)
setLoloLevel in class AbstractMarkedWidgetFigureloloLevel - the loloLevel to setpublic void setLoLevel(double loLevel)
setLoLevel in class AbstractMarkedWidgetFigureloLevel - the loLevel to setpublic void setHiLevel(double hiLevel)
setHiLevel in class AbstractMarkedWidgetFigurehiLevel - the hiLevel to setpublic void setHihiLevel(double hihiLevel)
setHihiLevel in class AbstractMarkedWidgetFigurehihiLevel - the hihiLevel to setpublic void setShowLolo(boolean showLolo)
setShowLolo in class AbstractMarkedWidgetFigureshowLolo - the showLolo to setpublic void setShowLo(boolean showLo)
setShowLo in class AbstractMarkedWidgetFigureshowLo - the showLo to setpublic void setShowHi(boolean showHi)
setShowHi in class AbstractMarkedWidgetFigureshowHi - the showHi to setpublic void setShowHihi(boolean showHihi)
setShowHihi in class AbstractMarkedWidgetFigureshowHihi - the showHihi to setpublic void setLoloColor(org.eclipse.swt.graphics.Color color)
setLoloColor in class AbstractMarkedWidgetFigurecolor - the loloColor to setpublic void setLoColor(org.eclipse.swt.graphics.Color color)
setLoColor in class AbstractMarkedWidgetFigurecolor - the loColor to setpublic void setHiColor(org.eclipse.swt.graphics.Color color)
setHiColor in class AbstractMarkedWidgetFigurecolor - the hiColor to setpublic void setHihiColor(org.eclipse.swt.graphics.Color color)
setHihiColor in class AbstractMarkedWidgetFigurecolor - the hihiColor to setpublic void setGradient(boolean gradient)
gradient - the gradient to setpublic void setRange(double min,
double max)
AbstractScaledWidgetFiguresetRange in class AbstractScaledWidgetFigurepublic void setLogScale(boolean logScale)
setLogScale in class AbstractScaledWidgetFigurelogScale - the logScale to setpublic boolean isGradient()