public interface Shape extends Figure
The following features are supported:
VisualInterfacePackage.getShape()| Modifier and Type | Method and Description |
|---|---|
java.lang.Double |
getAlpha()
Returns the value of the 'Alpha' attribute.
|
java.lang.Boolean |
getAntialias()
Returns the value of the 'Antialias' attribute.
|
float |
getLineWidth()
Returns the value of the 'Line Width' attribute.
|
boolean |
isFill()
Returns the value of the 'Fill' attribute.
|
boolean |
isOutline()
Returns the value of the 'Outline' attribute.
|
void |
setAlpha(java.lang.Double value)
Sets the value of the '
Alpha' attribute. |
void |
setAntialias(java.lang.Boolean value)
Sets the value of the '
Antialias' attribute. |
void |
setFill(boolean value)
Sets the value of the '
Fill' attribute. |
void |
setLineWidth(float value)
Sets the value of the '
Line Width' attribute. |
void |
setOutline(boolean value)
Sets the value of the '
Outline' attribute. |
getBackgroundColor, getBorder, getCursor, getForegroundColor, getOnClick, getOnDoubleClick, getOpaque, getSize, getToolTip, isVisible, setBackgroundColor, setBorder, setCursor, setForegroundColor, setOnClick, setOnDoubleClick, setOpaque, setSize, setToolTip, setVisiblefloat getLineWidth()
"1".
If the meaning of the 'Line Width' attribute isn't clear, there really should be more of a description here...
setLineWidth(float),
VisualInterfacePackage.getShape_LineWidth()void setLineWidth(float value)
Line Width' attribute.
value - the new value of the 'Line Width' attribute.getLineWidth()java.lang.Boolean getAntialias()
If the meaning of the 'Antialias' attribute isn't clear, there really should be more of a description here...
setAntialias(Boolean),
VisualInterfacePackage.getShape_Antialias()void setAntialias(java.lang.Boolean value)
Antialias' attribute.
value - the new value of the 'Antialias' attribute.getAntialias()java.lang.Double getAlpha()
If the meaning of the 'Alpha' attribute isn't clear, there really should be more of a description here...
setAlpha(Double),
VisualInterfacePackage.getShape_Alpha()void setAlpha(java.lang.Double value)
Alpha' attribute.
value - the new value of the 'Alpha' attribute.getAlpha()boolean isFill()
"true".
If the meaning of the 'Fill' attribute isn't clear, there really should be more of a description here...
setFill(boolean),
VisualInterfacePackage.getShape_Fill()void setFill(boolean value)
Fill' attribute.
value - the new value of the 'Fill' attribute.isFill()boolean isOutline()
"true".
If the meaning of the 'Outline' attribute isn't clear, there really should be more of a description here...
setOutline(boolean),
VisualInterfacePackage.getShape_Outline()void setOutline(boolean value)
Outline' attribute.
value - the new value of the 'Outline' attribute.isOutline()
Copyright (c) IBH SYSTEMS GmbH and others 2010, 2013.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0