|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectEObjectImpl
org.eclipse.graphiti.mm.impl.PropertyContainerImpl
org.eclipse.graphiti.mm.impl.GraphicsAlgorithmContainerImpl
org.eclipse.graphiti.mm.algorithms.impl.GraphicsAlgorithmImpl
org.eclipse.graphiti.mm.algorithms.impl.AbstractTextImpl
public abstract class AbstractTextImpl
An implementation of the model object 'Abstract Text'.
The following features are implemented:
| Field Summary | |
|---|---|
protected Integer |
angle
The cached value of the ' Angle' attribute. |
protected static Integer |
ANGLE_EDEFAULT
The default value of the ' Angle' attribute. |
protected Font |
font
The cached value of the ' Font' reference. |
protected static Orientation |
HORIZONTAL_ALIGNMENT_EDEFAULT
The default value of the ' Horizontal Alignment' attribute. |
protected Orientation |
horizontalAlignment
The cached value of the ' Horizontal Alignment' attribute. |
protected Double |
rotation
The cached value of the ' Rotation' attribute. |
protected static Double |
ROTATION_EDEFAULT
The default value of the ' Rotation' attribute. |
protected |
styleRegions
The cached value of the ' Style Regions' containment reference list. |
protected String |
value
The cached value of the ' Value' attribute. |
protected static String |
VALUE_EDEFAULT
The default value of the ' Value' attribute. |
protected static Orientation |
VERTICAL_ALIGNMENT_EDEFAULT
The default value of the ' Vertical Alignment' attribute. |
protected Orientation |
verticalAlignment
The cached value of the ' Vertical Alignment' attribute. |
| Fields inherited from class org.eclipse.graphiti.mm.algorithms.impl.GraphicsAlgorithmImpl |
|---|
background, filled, FILLED_EDEFAULT, filledESet, foreground, graphicsAlgorithmChildren, height, HEIGHT_EDEFAULT, LINE_STYLE_EDEFAULT, LINE_VISIBLE_EDEFAULT, LINE_WIDTH_EDEFAULT, lineStyle, lineVisible, lineVisibleESet, lineWidth, renderingStyle, style, transparency, TRANSPARENCY_EDEFAULT, width, WIDTH_EDEFAULT, x, X_EDEFAULT, y, Y_EDEFAULT |
| Fields inherited from class org.eclipse.graphiti.mm.impl.PropertyContainerImpl |
|---|
properties |
| Constructor Summary | |
|---|---|
protected |
AbstractTextImpl()
|
| Method Summary | |
|---|---|
Font |
basicGetFont()
|
Object |
eGet(int featureID,
boolean resolve,
boolean coreType)
|
NotificationChain |
eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
|
boolean |
eIsSet(int featureID)
|
void |
eSet(int featureID,
Object newValue)
|
protected EClass |
eStaticClass()
|
void |
eUnset(int featureID)
|
Integer |
getAngle()
|
Font |
getFont()
|
Orientation |
getHorizontalAlignment()
|
Double |
getRotation()
|
|
getStyleRegions()
|
String |
getValue()
|
Orientation |
getVerticalAlignment()
|
void |
setAngle(Integer newAngle)
|
void |
setFont(Font newFont)
|
void |
setHorizontalAlignment(Orientation newHorizontalAlignment)
|
void |
setRotation(Double newRotation)
|
void |
setValue(String newValue)
|
void |
setVerticalAlignment(Orientation newVerticalAlignment)
|
String |
toString()
|
| Methods inherited from class org.eclipse.graphiti.mm.impl.PropertyContainerImpl |
|---|
getProperties |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.eclipse.graphiti.mm.algorithms.GraphicsAlgorithm |
|---|
getGraphicsAlgorithmChildren, getHeight, getParentGraphicsAlgorithm, getPictogramElement, getStyle, getWidth, getX, getY, setHeight, setParentGraphicsAlgorithm, setPictogramElement, setStyle, setWidth, setX, setY |
| Methods inherited from interface org.eclipse.graphiti.mm.PropertyContainer |
|---|
getProperties |
| Methods inherited from interface org.eclipse.graphiti.mm.algorithms.styles.AbstractStyle |
|---|
getBackground, getFilled, getForeground, getLineStyle, getLineVisible, getLineWidth, getRenderingStyle, getTransparency, isSetFilled, isSetLineVisible, setBackground, setFilled, setForeground, setLineStyle, setLineVisible, setLineWidth, setRenderingStyle, setTransparency, unsetFilled, unsetLineVisible |
| Field Detail |
|---|
protected Font font
Font' reference.
getFont()protected static final Orientation HORIZONTAL_ALIGNMENT_EDEFAULT
Horizontal Alignment' attribute.
getHorizontalAlignment()protected Orientation horizontalAlignment
Horizontal Alignment' attribute.
getHorizontalAlignment()protected static final Orientation VERTICAL_ALIGNMENT_EDEFAULT
Vertical Alignment' attribute.
getVerticalAlignment()protected Orientation verticalAlignment
Vertical Alignment' attribute.
getVerticalAlignment()protected static final Integer ANGLE_EDEFAULT
Angle' attribute.
getAngle()protected Integer angle
Angle' attribute.
getAngle()protected static final String VALUE_EDEFAULT
Value' attribute.
getValue()protected String value
Value' attribute.
getValue()protectedstyleRegions
Style Regions' containment reference list.
getStyleRegions()protected static final Double ROTATION_EDEFAULT
Rotation' attribute.
getRotation()protected Double rotation
Rotation' attribute.
getRotation()| Constructor Detail |
|---|
protected AbstractTextImpl()
| Method Detail |
|---|
protected EClass eStaticClass()
eStaticClass in class GraphicsAlgorithmImplpublic Font getFont()
getFont in interface AbstractTextAbstractText.setFont(Font),
AlgorithmsPackage.getAbstractText_Font()public Font basicGetFont()
public void setFont(Font newFont)
setFont in interface AbstractTextnewFont - the new value of the 'Font' reference.AbstractText.getFont()public Orientation getHorizontalAlignment()
getHorizontalAlignment in interface AbstractTextOrientation,
AbstractText.setHorizontalAlignment(Orientation),
AlgorithmsPackage.getAbstractText_HorizontalAlignment()public void setHorizontalAlignment(Orientation newHorizontalAlignment)
setHorizontalAlignment in interface AbstractTextnewHorizontalAlignment - the new value of the 'Horizontal Alignment' attribute.Orientation,
AbstractText.getHorizontalAlignment()public Orientation getVerticalAlignment()
getVerticalAlignment in interface AbstractTextOrientation,
AbstractText.setVerticalAlignment(Orientation),
AlgorithmsPackage.getAbstractText_VerticalAlignment()public void setVerticalAlignment(Orientation newVerticalAlignment)
setVerticalAlignment in interface AbstractTextnewVerticalAlignment - the new value of the 'Vertical Alignment' attribute.Orientation,
AbstractText.getVerticalAlignment()public Integer getAngle()
getAngle in interface AbstractText,
AbstractText.setAngle(Integer),
AlgorithmsPackage.getAbstractText_Angle()public void setAngle(Integer newAngle)
setAngle in interface AbstractTextnewAngle - the new value of the 'Angle' attribute.,
AbstractText.getAngle()public String getValue()
getValue in interface AbstractTextAbstractText.setValue(String),
AlgorithmsPackage.getAbstractText_Value()public void setValue(String newValue)
setValue in interface AbstractTextnewValue - the new value of the 'Value' attribute.AbstractText.getValue()publicgetStyleRegions()
getStyleRegions in interface AbstractTextAlgorithmsPackage.getAbstractText_StyleRegions()public Double getRotation()
getRotation in interface AbstractTextAbstractText.setRotation(Double),
AlgorithmsPackage.getAbstractText_Rotation()public void setRotation(Double newRotation)
setRotation in interface AbstractTextnewRotation - the new value of the 'Rotation' attribute.AbstractText.getRotation()
public NotificationChain eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
eInverseRemove in class GraphicsAlgorithmImpl
public Object eGet(int featureID,
boolean resolve,
boolean coreType)
eGet in class GraphicsAlgorithmImpl
public void eSet(int featureID,
Object newValue)
eSet in class GraphicsAlgorithmImplpublic void eUnset(int featureID)
eUnset in class GraphicsAlgorithmImplpublic boolean eIsSet(int featureID)
eIsSet in class GraphicsAlgorithmImplpublic String toString()
toString in class GraphicsAlgorithmImpl
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||