Modifier and Type | Method and Description |
---|---|
LayeringStrategy |
PNetVisualizerController.getLayeringStrategy() |
Modifier and Type | Method and Description |
---|---|
void |
PNetVisualizerController.changeLayoutParameters(boolean firstStagesEnabled,
LayeringStrategy layeringStrategy,
LayoutOrientation layoutOrientation,
boolean enabledSimplifier,
boolean enabledSimplifyAll,
boolean enabledSimplifyLongEdges,
boolean enabledEdgeDirection,
boolean enabledBarDrawing,
boolean enabledSimplifySameLayer,
boolean reorderNodes,
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 placesWidth,
int placesHeight,
int fontSize,
int degreeFontSize,
long animationLength,
int edgeColor,
int strokeColor) |
void |
PNetVisualizerController.setLayeringStrategy(LayeringStrategy layeringStrategy) |
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 |
---|---|
LayeringStrategy |
HierarchicalLayouter.getLayeringStrategy() |
Modifier and Type | Method and Description |
---|---|
void |
HierarchicalLayouter.setLayeringStrategy(LayeringStrategy layeringStrategy) |
Modifier and Type | Method and Description |
---|---|
static LayeringStrategy |
LayeringStrategy.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LayeringStrategy[] |
LayeringStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|