org.openbp.cockpit.modeler.figures.generic
Interface ShadowDropper

All Known Implementing Classes:
AbstractTagFigure, DecisionNodeFigure, FinalNodeFigure, ForkNodeFigure, HorizontalRotatingTagFigure, InitialNodeFigure, JoinNodeFigure, MergeNodeFigure, MultiSocketNodeFigure, NodeFigure, ParamFigure, PlaceholderNodeFigure, PrimitiveNodeFigure, SimpleTextTagFigure, SocketFigure, StraightTagFigure, WaitStateNodeFigure, WorkflowEndNodeFigure, WorkflowNodeFigure

public interface ShadowDropper

A shadow dropper is a figure capable of drawing its own shadow. The shadow itself is represented by a (simple) seperate Figure.

Author:
Stephan Moritz

Method Summary
 CH.ifa.draw.framework.Figure getShadow()
          Returns the shadow figure of this object.
 

Method Detail

getShadow

CH.ifa.draw.framework.Figure getShadow()
Returns the shadow figure of this object.

Returns:
The shadow figure or null if this object does not have a shadow


Copyright © 2011. All Rights Reserved.