public class KielerLayoutAction extends java.lang.Object implements IGuiAction, diva.util.Filter
This action implements the Filter interface to check whether
a given model is supported.
| Constructor and Description |
|---|
KielerLayoutAction() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(java.lang.Object o)
Check whether the given model is supported by this layout action.
|
void |
doAction(NamedObj model)
Layout the graph if the model is a CompositeActor.
|
public KielerLayoutAction()
public void doAction(NamedObj model)
doAction in interface IGuiActionmodel - the modelpublic boolean accept(java.lang.Object o)
accept in interface diva.util.Filtero - The object to be be checked.