Class GaugeFigure.GaugeLayout
java.lang.Object
org.eclipse.draw2d.AbstractLayout
org.eclipse.nebula.visualization.widgets.figures.GaugeFigure.GaugeLayout
- All Implemented Interfaces:
org.eclipse.draw2d.LayoutManager
- Enclosing class:
- GaugeFigure
class GaugeFigure.GaugeLayout
extends org.eclipse.draw2d.AbstractLayout
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringNEEDLEUsed as a constraint for the Needle.static java.lang.StringNEEDLE_CENTERUsed as a constraint for the needleCenterstatic java.lang.StringRAMPUsed as a constraint for the Rampstatic java.lang.StringSCALEUsed as a constraint for the scale.static java.lang.StringTITLE_LABELUsed as a constraint for the title labelstatic java.lang.StringUNIT_LABELUsed as a constraint for the unit labelstatic java.lang.StringVALUE_LABELUsed as a constraint for the value label -
Constructor Summary
Constructors Constructor Description GaugeLayout() -
Method Summary
Modifier and Type Method Description protected org.eclipse.draw2d.geometry.DimensioncalculatePreferredSize(org.eclipse.draw2d.IFigure container, int w, int h)voidlayout(org.eclipse.draw2d.IFigure container)voidsetConstraint(org.eclipse.draw2d.IFigure child, java.lang.Object constraint)
-
Field Details
-
SCALE
public static final java.lang.String SCALEUsed as a constraint for the scale.- See Also:
- Constant Field Values
-
NEEDLE
public static final java.lang.String NEEDLEUsed as a constraint for the Needle.- See Also:
- Constant Field Values
-
RAMP
public static final java.lang.String RAMPUsed as a constraint for the Ramp- See Also:
- Constant Field Values
-
NEEDLE_CENTER
public static final java.lang.String NEEDLE_CENTERUsed as a constraint for the needleCenter- See Also:
- Constant Field Values
-
VALUE_LABEL
public static final java.lang.String VALUE_LABELUsed as a constraint for the value label- See Also:
- Constant Field Values
-
UNIT_LABEL
public static final java.lang.String UNIT_LABELUsed as a constraint for the unit label- See Also:
- Constant Field Values
-
TITLE_LABEL
public static final java.lang.String TITLE_LABELUsed as a constraint for the title label- See Also:
- Constant Field Values
-
-
Constructor Details
-
GaugeLayout
GaugeLayout()
-
-
Method Details
-
setConstraint
public void setConstraint(org.eclipse.draw2d.IFigure child, java.lang.Object constraint)- Specified by:
setConstraintin interfaceorg.eclipse.draw2d.LayoutManager- Overrides:
setConstraintin classorg.eclipse.draw2d.AbstractLayout
-
calculatePreferredSize
protected org.eclipse.draw2d.geometry.Dimension calculatePreferredSize(org.eclipse.draw2d.IFigure container, int w, int h)- Specified by:
calculatePreferredSizein classorg.eclipse.draw2d.AbstractLayout
-
layout
public void layout(org.eclipse.draw2d.IFigure container)
-