biouml.standard.filter
Class CompositeHighlightAction
java.lang.Object
biouml.standard.filter.CompositeHighlightAction
- All Implemented Interfaces:
- Action
- public class CompositeHighlightAction
- extends java.lang.Object
- implements Action
If some diagram element satisfies to conditions of several filters simultaneously,
then it can be highlighted by several colors.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
X_AXIS
public static final int X_AXIS
- See Also:
- Constant Field Values
Y_AXIS
public static final int Y_AXIS
- See Also:
- Constant Field Values
orientation
public static int orientation
actions
protected HighlightAction[] actions
CompositeHighlightAction
public CompositeHighlightAction()
CompositeHighlightAction
public CompositeHighlightAction(HighlightAction[] actions)
CompositeHighlightAction
public CompositeHighlightAction(Action action1,
Action action2)
getActions
public HighlightAction[] getActions()
add
public void add(HighlightAction action)
add
public void add(CompositeHighlightAction cha)
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
Copyright © 2001-2003 Biosof.Ru. All Rights Reserved.