|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SVGFigure
A representation of the model object 'SVG Figure'.
The following features are supported:
GMFGraphPackage.getSVGFigure()
Method Summary | |
---|---|
Rectangle2D |
getAreaOfInterest()
Returns the value of the 'Area Of Interest' containment reference. |
String |
getDocumentURI()
Returns the value of the 'Document URI' attribute. |
org.eclipse.emf.common.util.EList<SVGProperty> |
getProperties()
Returns the value of the 'Properties' containment reference list. |
boolean |
isNoCanvasHeight()
Returns the value of the 'No Canvas Height' attribute. |
boolean |
isNoCanvasWidth()
Returns the value of the 'No Canvas Width' attribute. |
void |
setAreaOfInterest(Rectangle2D value)
Sets the value of the ' Area Of Interest ' containment reference. |
void |
setDocumentURI(String value)
Sets the value of the ' Document URI ' attribute. |
void |
setNoCanvasHeight(boolean value)
Sets the value of the ' No Canvas Height ' attribute. |
void |
setNoCanvasWidth(boolean value)
Sets the value of the ' No Canvas Width ' attribute. |
Methods inherited from interface org.eclipse.gmf.gmfgraph.RealFigure |
---|
getChildren, getName, setName |
Methods inherited from interface org.eclipse.gmf.gmfgraph.Figure |
---|
getBackgroundColor, getBorder, getDescriptor, getFont, getForegroundColor, getInsets, getLocation, getMaximumSize, getMinimumSize, getPreferredSize, getSize, setBackgroundColor, setBorder, setFont, setForegroundColor, setInsets, setLocation, setMaximumSize, setMinimumSize, setPreferredSize, setSize |
Methods inherited from interface org.eclipse.gmf.gmfgraph.Layoutable |
---|
getLayout, getLayoutData, setLayout, setLayoutData |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Methods inherited from interface org.eclipse.gmf.gmfgraph.PinOwner |
---|
getPins |
Methods inherited from interface org.eclipse.gmf.gmfgraph.CustomAttributeOwner |
---|
getAttributes |
Method Detail |
---|
String getDocumentURI()
If the meaning of the 'Document URI' attribute isn't clear, there really should be more of a description here...
setDocumentURI(String)
,
GMFGraphPackage.getSVGFigure_DocumentURI()
void setDocumentURI(String value)
Document URI
' attribute.
value
- the new value of the 'Document URI' attribute.getDocumentURI()
org.eclipse.emf.common.util.EList<SVGProperty> getProperties()
SVGProperty
.
If the meaning of the 'Properties' containment reference list isn't clear, there really should be more of a description here...
GMFGraphPackage.getSVGFigure_Properties()
Rectangle2D getAreaOfInterest()
If the meaning of the 'Area Of Interest' containment reference isn't clear, there really should be more of a description here...
setAreaOfInterest(Rectangle2D)
,
GMFGraphPackage.getSVGFigure_AreaOfInterest()
void setAreaOfInterest(Rectangle2D value)
Area Of Interest
' containment reference.
value
- the new value of the 'Area Of Interest' containment reference.getAreaOfInterest()
boolean isNoCanvasWidth()
If the meaning of the 'No Canvas Width' attribute isn't clear, there really should be more of a description here...
setNoCanvasWidth(boolean)
,
GMFGraphPackage.getSVGFigure_NoCanvasWidth()
void setNoCanvasWidth(boolean value)
No Canvas Width
' attribute.
value
- the new value of the 'No Canvas Width' attribute.isNoCanvasWidth()
boolean isNoCanvasHeight()
If the meaning of the 'No Canvas Height' attribute isn't clear, there really should be more of a description here...
setNoCanvasHeight(boolean)
,
GMFGraphPackage.getSVGFigure_NoCanvasHeight()
void setNoCanvasHeight(boolean value)
No Canvas Height
' attribute.
value
- the new value of the 'No Canvas Height' attribute.isNoCanvasHeight()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |