biouml.standard.filter
Class HighlightAction

java.lang.Object
  extended bybiouml.standard.filter.HighlightAction
All Implemented Interfaces:
Action

public class HighlightAction
extends java.lang.Object
implements Action

If diagram element satisfies to the filter condition it will be highlighted.


Field Summary
protected  Brush brush
          Brush that should be used to highlight the diagram element (node).
 
Constructor Summary
HighlightAction(Brush brush)
           
 
Method Summary
 void apply(DiagramElement de)
          Apllies the action to the specified diagram element.
 boolean equals(java.lang.Object obj)
           
 Brush getBrush()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

brush

protected Brush brush
Brush that should be used to highlight the diagram element (node).

Constructor Detail

HighlightAction

public HighlightAction(Brush brush)
Method Detail

getBrush

public Brush getBrush()

apply

public void apply(DiagramElement de)
Description copied from interface: Action
Apllies the action to the specified diagram element.

Specified by:
apply in interface Action

equals

public boolean equals(java.lang.Object obj)


Copyright © 2001-2003 Biosof.Ru. All Rights Reserved.