Package org.eclipse.graphiti.platform.ga
Interface IVisualStateHolder
-
- All Known Subinterfaces:
IAnchorContainerDelegate
,IPictogramElementDelegate
- All Known Implementing Classes:
AnchorContainerDelegate
,GFAbstractPointListShape
,GFAbstractRotatableDecoration
,GFAbstractShape
,GFEllipse
,GFEllipseDecoration
,GFPolygon
,GFPolygonDecoration
,GFPolyline
,GFPolylineConnection
,GFPolylineDecoration
,GFRectangleFigure
,GFRoundedRectangle
,PictogramElementDelegate
public interface IVisualStateHolder
The Interface IVisualStateHolder provides access to anIVisualState
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IVisualState
getVisualState()
Returns theIVisualState
.
-
-
-
Method Detail
-
getVisualState
IVisualState getVisualState()
Returns theIVisualState
. Must not be null.- Returns:
- The
IVisualState
-
-