org.openbp.cockpit.modeler.drawing
Class SelectionDecorator

java.lang.Object
  extended by org.openbp.cockpit.modeler.drawing.SelectionDecorator

public class SelectionDecorator
extends java.lang.Object

Decorators for selection elements. This is simply a collection of decorators for frame and fill color as well as frame stroke.

Author:
Stephan Moritz

Nested Class Summary
 class SelectionDecorator.ContentStateDecorator
          Decorater for the tag content state.
 class SelectionDecorator.FillDecorator
          Decorater for a fill.
 class SelectionDecorator.FrameDecorator
          Decorater for a frame.
 class SelectionDecorator.OverlayDecorator
          Decorater for an overlay.
 class SelectionDecorator.StrokeDecorator
          Decorater for a stroke.
 
Constructor Summary
SelectionDecorator(WorkspaceDrawingView view, Plugin provider)
          Constructor.
 
Method Summary
 void uninstall()
          Unregisters the decorators with the decoration Manager.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectionDecorator

public SelectionDecorator(WorkspaceDrawingView view,
                          Plugin provider)
Constructor.

Parameters:
view - View to decorate
provider - Owner of the decorator
Method Detail

uninstall

public void uninstall()
Unregisters the decorators with the decoration Manager.



Copyright © 2011. All Rights Reserved.