public class LabelImpl extends EObjectImpl implements Label
The following features are implemented:
Modifier and Type | Method and Description |
---|---|
NotificationChain |
basicSetBackground(Fill newBackground,
NotificationChain msgs) |
NotificationChain |
basicSetCaption(Text newCaption,
NotificationChain msgs) |
NotificationChain |
basicSetInsets(Insets newInsets,
NotificationChain msgs) |
NotificationChain |
basicSetOutline(LineAttributes newOutline,
NotificationChain msgs) |
NotificationChain |
basicSetShadowColor(ColorDefinition newShadowColor,
NotificationChain msgs) |
static Label |
copyCompactInstance(Label src)
A convenient method to get an instance copy.
|
Label |
copyInstance()
A convenient method to get an instance copy.
|
static Label |
create()
A convenience method to create an initialized 'Label' instance
|
static Label |
createDefault()
A convenience method to create an initialized 'Label' instance
|
static Label |
createDefault(boolean visible)
A convenience method to create an initialized 'Label' instance
|
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
NotificationChain |
eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
java.lang.Object newValue) |
void |
eUnset(int featureID) |
Fill |
getBackground() |
Text |
getCaption() |
int |
getEllipsis() |
Insets |
getInsets() |
LineAttributes |
getOutline() |
ColorDefinition |
getShadowColor() |
boolean |
isSetEllipsis() |
boolean |
isSetVisible() |
boolean |
isVisible() |
void |
setBackground(Fill newBackground) |
void |
setCaption(Text newCaption) |
void |
setEllipsis(int newEllipsis) |
void |
setInsets(Insets newInsets) |
void |
setOutline(LineAttributes newOutline) |
void |
setShadowColor(ColorDefinition newShadowColor) |
void |
setVisible(boolean newVisible) |
java.lang.String |
toString() |
void |
unsetEllipsis() |
void |
unsetVisible() |
public Text getCaption()
getCaption
in interface Label
Label.setCaption(Text)
,
ComponentPackage.getLabel_Caption()
public NotificationChain basicSetCaption(Text newCaption, NotificationChain msgs)
public void setCaption(Text newCaption)
setCaption
in interface Label
newCaption
- the new value of the 'Caption' containment reference.Label.getCaption()
public Fill getBackground()
getBackground
in interface Label
Label.setBackground(Fill)
,
ComponentPackage.getLabel_Background()
public NotificationChain basicSetBackground(Fill newBackground, NotificationChain msgs)
public void setBackground(Fill newBackground)
setBackground
in interface Label
newBackground
- the new value of the 'Background' containment reference.Label.getBackground()
public LineAttributes getOutline()
getOutline
in interface Label
Label.setOutline(LineAttributes)
,
ComponentPackage.getLabel_Outline()
public NotificationChain basicSetOutline(LineAttributes newOutline, NotificationChain msgs)
public void setOutline(LineAttributes newOutline)
setOutline
in interface Label
newOutline
- the new value of the 'Outline' containment reference.Label.getOutline()
public ColorDefinition getShadowColor()
getShadowColor
in interface Label
Label.setShadowColor(ColorDefinition)
,
ComponentPackage.getLabel_ShadowColor()
public NotificationChain basicSetShadowColor(ColorDefinition newShadowColor, NotificationChain msgs)
public void setShadowColor(ColorDefinition newShadowColor)
setShadowColor
in interface Label
newShadowColor
- the new value of the 'Shadow Color' containment reference.Label.getShadowColor()
public Insets getInsets()
getInsets
in interface Label
Label.setInsets(Insets)
,
ComponentPackage.getLabel_Insets()
public NotificationChain basicSetInsets(Insets newInsets, NotificationChain msgs)
public void setInsets(Insets newInsets)
setInsets
in interface Label
newInsets
- the new value of the 'Insets' containment reference.Label.getInsets()
public boolean isVisible()
isVisible
in interface Label
Label.isSetVisible()
,
Label.unsetVisible()
,
Label.setVisible(boolean)
,
ComponentPackage.getLabel_Visible()
public void setVisible(boolean newVisible)
setVisible
in interface Label
newVisible
- the new value of the 'Visible' attribute.Label.isSetVisible()
,
Label.unsetVisible()
,
Label.isVisible()
public void unsetVisible()
unsetVisible
in interface Label
Label.isSetVisible()
,
Label.isVisible()
,
Label.setVisible(boolean)
public boolean isSetVisible()
isSetVisible
in interface Label
Label.unsetVisible()
,
Label.isVisible()
,
Label.setVisible(boolean)
public int getEllipsis()
getEllipsis
in interface Label
Label.isSetEllipsis()
,
Label.unsetEllipsis()
,
Label.setEllipsis(int)
,
ComponentPackage.getLabel_Ellipsis()
public void setEllipsis(int newEllipsis)
setEllipsis
in interface Label
newEllipsis
- the new value of the 'Ellipsis' attribute.Label.isSetEllipsis()
,
Label.unsetEllipsis()
,
Label.getEllipsis()
public void unsetEllipsis()
unsetEllipsis
in interface Label
Label.isSetEllipsis()
,
Label.getEllipsis()
,
Label.setEllipsis(int)
public boolean isSetEllipsis()
isSetEllipsis
in interface Label
Label.unsetEllipsis()
,
Label.getEllipsis()
,
Label.setEllipsis(int)
public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
public java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
public void eSet(int featureID, java.lang.Object newValue)
public void eUnset(int featureID)
public boolean eIsSet(int featureID)
public java.lang.String toString()
public static final Label create()
public static final Label createDefault()
public static final Label createDefault(boolean visible)
public Label copyInstance()
copyInstance
in interface Label
copyInstance
in interface IChartObject
public static Label copyCompactInstance(Label src)
src
- Copyright © 2014 OpenText Corp. All rights reserved.