public class ChangeParametersCommand extends AbstractCommand
Constructor and Description |
---|
ChangeParametersCommand(GraphVisualization vis,
boolean firstStagesEnabled,
LayeringStrategy layeringStrategy,
LayoutOrientation layoutOrientation,
boolean enabledSimplifier,
boolean enabledSimplifyAll,
boolean enabledSimplifyLongEdges,
boolean enabledEdgeDirection,
boolean enabledBarDrawing,
boolean enabledSimplifySameLayer,
boolean enabledReorderNodes,
int crossingThreshold,
int totalCrossingThreshold,
int maxLoops,
int intracellSpacing,
int layerSpace,
float edgeLandingOffset,
SequencingStrategy sequencingStrategy,
EmplacingStrategy emplacingStrategy,
LineType lineType,
int transitionsWidth,
int transitionsHeight,
boolean transitionsInOutDegree,
int placesSize,
int placesHeight,
int fontSize,
int degreeFontSize,
long animationLength,
int edgeColor,
int strokeColor) |
Modifier and Type | Method and Description |
---|---|
void |
doIt() |
void |
undoIt() |
finish
public ChangeParametersCommand(GraphVisualization vis, boolean firstStagesEnabled, LayeringStrategy layeringStrategy, LayoutOrientation layoutOrientation, boolean enabledSimplifier, boolean enabledSimplifyAll, boolean enabledSimplifyLongEdges, boolean enabledEdgeDirection, boolean enabledBarDrawing, boolean enabledSimplifySameLayer, boolean enabledReorderNodes, int crossingThreshold, int totalCrossingThreshold, int maxLoops, int intracellSpacing, int layerSpace, float edgeLandingOffset, SequencingStrategy sequencingStrategy, EmplacingStrategy emplacingStrategy, LineType lineType, int transitionsWidth, int transitionsHeight, boolean transitionsInOutDegree, int placesSize, int placesHeight, int fontSize, int degreeFontSize, long animationLength, int edgeColor, int strokeColor)
public void doIt()
doIt
in class AbstractCommand
public void undoIt()
undoIt
in class AbstractCommand