org.eclipse.gmf.gmfgraph
Interface SVGFigure

All Superinterfaces:
AbstractFigure, CustomAttributeOwner, org.eclipse.emf.ecore.EObject, Figure, Layoutable, org.eclipse.emf.common.notify.Notifier, PinOwner, RealFigure
All Known Implementing Classes:
SVGFigureImpl

public interface SVGFigure
extends RealFigure

A representation of the model object 'SVG Figure'.

The following features are supported:

See Also:
GMFGraphPackage.getSVGFigure()
Generated
Model Properties:

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

getDocumentURI

String getDocumentURI()
Returns the value of the 'Document URI' attribute.

If the meaning of the 'Document URI' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Document URI' attribute.
See Also:
setDocumentURI(String), GMFGraphPackage.getSVGFigure_DocumentURI()
Generated
Model Properties:

setDocumentURI

void setDocumentURI(String value)
Sets the value of the 'Document URI' attribute.

Parameters:
value - the new value of the 'Document URI' attribute.
See Also:
getDocumentURI()
Generated

getProperties

org.eclipse.emf.common.util.EList<SVGProperty> getProperties()
Returns the value of the 'Properties' containment reference list. The list contents are of type SVGProperty.

If the meaning of the 'Properties' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Properties' containment reference list.
See Also:
GMFGraphPackage.getSVGFigure_Properties()
Generated
Model Properties:
containment="true"

getAreaOfInterest

Rectangle2D getAreaOfInterest()
Returns the value of the 'Area Of Interest' containment reference.

If the meaning of the 'Area Of Interest' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Area Of Interest' containment reference.
See Also:
setAreaOfInterest(Rectangle2D), GMFGraphPackage.getSVGFigure_AreaOfInterest()
Generated
Model Properties:
containment="true"

setAreaOfInterest

void setAreaOfInterest(Rectangle2D value)
Sets the value of the 'Area Of Interest' containment reference.

Parameters:
value - the new value of the 'Area Of Interest' containment reference.
See Also:
getAreaOfInterest()
Generated

isNoCanvasWidth

boolean isNoCanvasWidth()
Returns the value of the 'No Canvas Width' attribute.

If the meaning of the 'No Canvas Width' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'No Canvas Width' attribute.
See Also:
setNoCanvasWidth(boolean), GMFGraphPackage.getSVGFigure_NoCanvasWidth()
Generated
Model Properties:

setNoCanvasWidth

void setNoCanvasWidth(boolean value)
Sets the value of the 'No Canvas Width' attribute.

Parameters:
value - the new value of the 'No Canvas Width' attribute.
See Also:
isNoCanvasWidth()
Generated

isNoCanvasHeight

boolean isNoCanvasHeight()
Returns the value of the 'No Canvas Height' attribute.

If the meaning of the 'No Canvas Height' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'No Canvas Height' attribute.
See Also:
setNoCanvasHeight(boolean), GMFGraphPackage.getSVGFigure_NoCanvasHeight()
Generated
Model Properties:

setNoCanvasHeight

void setNoCanvasHeight(boolean value)
Sets the value of the 'No Canvas Height' attribute.

Parameters:
value - the new value of the 'No Canvas Height' attribute.
See Also:
isNoCanvasHeight()
Generated


Copyright © 2012. All Rights Reserved.