Introspectable
AbstractLinearMarkedFigure
, AbstractRoundRampedFigure
public abstract class AbstractMarkedWidgetFigure extends AbstractScaledWidgetFigure
AbstractMarkedWidgetModel
.Constructor | Description |
---|---|
AbstractMarkedWidgetFigure() |
Modifier and Type | Method | Description |
---|---|---|
org.eclipse.swt.graphics.Color |
getHiColor() |
|
org.eclipse.swt.graphics.Color |
getHihiColor() |
|
double |
getHihiLevel() |
|
double |
getHiLevel() |
|
org.eclipse.swt.graphics.Color |
getLoColor() |
|
double |
getLoLevel() |
|
org.eclipse.swt.graphics.Color |
getLoloColor() |
|
double |
getLoloLevel() |
|
boolean |
isShowHi() |
|
boolean |
isShowHihi() |
|
boolean |
isShowLo() |
|
boolean |
isShowLolo() |
|
boolean |
isShowMarkers() |
|
void |
setHiColor(org.eclipse.swt.graphics.Color hiColor) |
|
void |
setHihiColor(org.eclipse.swt.graphics.Color hihiColor) |
|
void |
setHihiLevel(double hihiLevel) |
|
void |
setHiLevel(double hiLevel) |
|
void |
setLoColor(org.eclipse.swt.graphics.Color loColor) |
|
void |
setLoLevel(double loLevel) |
|
void |
setLoloColor(org.eclipse.swt.graphics.Color loloColor) |
|
void |
setLoloLevel(double loloLevel) |
|
void |
setShowHi(boolean showHi) |
|
void |
setShowHihi(boolean showHihi) |
|
void |
setShowLo(boolean showLo) |
|
void |
setShowLolo(boolean showLolo) |
|
void |
setShowMarkers(boolean showMarkers) |
getBeanInfo, getCoercedValue, getCoercedValue, getMajorTickMarkStepHint, getMaximum, getMinimum, getRange, getScale, getValue, getValueLabelFormat, getValueText, isLogScale, isOpaque, isShowMinorTicks, isShowScale, isTransparent, paintFigure, setLogScale, setMajorTickMarkStepHint, setRange, setRange, setScale, setShowMinorTicks, setShowScale, setTransparent, setValue, setValueLabelFormat
add, add, add, add, addAncestorListener, addCoordinateListener, addFigureListener, addFocusListener, addKeyListener, addLayoutListener, addMouseListener, addMouseMotionListener, addNotify, addPropertyChangeListener, addPropertyChangeListener, containsPoint, containsPoint, erase, findFigureAt, findFigureAt, findFigureAt, findFigureAtExcluding, findMouseEventTargetAt, getBackgroundColor, getBorder, getBounds, getChildren, getClientArea, getClientArea, getClippingStrategy, getCursor, getFont, getForegroundColor, getInsets, getLayoutManager, getLocalBackgroundColor, 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, isRequestFocusEnabled, isShowing, isVisible, paint, remove, removeAll, removeAncestorListener, removeCoordinateListener, removeFigureListener, removeFocusListener, removeKeyListener, removeLayoutListener, removeMouseListener, removeMouseMotionListener, removeNotify, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, requestFocus, revalidate, setBackgroundColor, setBorder, setBounds, setClippingStrategy, setConstraint, setCursor, setEnabled, setFocusTraversable, setFont, setForegroundColor, setLayoutManager, setLocation, setMaximumSize, setMinimumSize, setOpaque, setParent, setPreferredSize, setPreferredSize, setRequestFocusEnabled, setSize, setSize, setToolTip, setValid, setVisible, translate, translateFromParent, translateToAbsolute, translateToParent, translateToRelative, validate
public org.eclipse.swt.graphics.Color getHiColor()
public org.eclipse.swt.graphics.Color getHihiColor()
public double getHihiLevel()
public double getHiLevel()
public org.eclipse.swt.graphics.Color getLoColor()
public double getLoLevel()
public org.eclipse.swt.graphics.Color getLoloColor()
public double getLoloLevel()
public boolean isShowHi()
public boolean isShowHihi()
public boolean isShowLo()
public boolean isShowLolo()
public boolean isShowMarkers()
public void setHiColor(org.eclipse.swt.graphics.Color hiColor)
hiColor
- the hiColor to setpublic void setHihiColor(org.eclipse.swt.graphics.Color hihiColor)
hihiColor
- the hihiColor to setpublic void setHihiLevel(double hihiLevel)
hihiLevel
- the hihiLevel to setpublic void setHiLevel(double hiLevel)
hiLevel
- the hiLevel to setpublic void setLoColor(org.eclipse.swt.graphics.Color loColor)
loColor
- the loColor to setpublic void setLoLevel(double loLevel)
loLevel
- the loLevel to setpublic void setLoloColor(org.eclipse.swt.graphics.Color loloColor)
loloColor
- the loloColor to setpublic void setLoloLevel(double loloLevel)
loloLevel
- the loloLevel to setpublic void setShowHi(boolean showHi)
showHi
- the showHi to setpublic void setShowHihi(boolean showHihi)
showHihi
- the showHihi to setpublic void setShowLo(boolean showLo)
showLo
- the showLo to setpublic void setShowLolo(boolean showLolo)
showLolo
- the showLolo to setpublic void setShowMarkers(boolean showMarkers)
showMarkers
- the showMarkers to set