Modifier and Type | Method and Description |
---|---|
LayoutOrientation |
PNetVisualizerController.getLayoutOrientation() |
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.setLayoutOrientation(LayoutOrientation layoutOrientation) |
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 |
---|---|
LayoutOrientation |
HierarchicalLayouter.getLayoutOrientation() |
Modifier and Type | Method and Description |
---|---|
void |
HierarchicalLayouter.setLayoutOrientation(LayoutOrientation orientation) |
Modifier and Type | Method and Description |
---|---|
LayoutOrientation |
LayoutOrientation.antiClockwise() |
LayoutOrientation |
LayoutOrientation.clockwise() |
LayoutOrientation |
LayoutOrientation.opposite() |
static LayoutOrientation |
LayoutOrientation.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LayoutOrientation[] |
LayoutOrientation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
LayoutOrientation |
HierarchicalLayoutContext.getLayoutOrientation() |
Modifier and Type | Method and Description |
---|---|
void |
HierarchicalLayoutContext.setLayoutOrientation(LayoutOrientation layoutOrientation) |
Modifier and Type | Method and Description |
---|---|
protected java.awt.geom.Point2D |
PolylineBendCalculator.calculateIntermediatePoint(double x,
double y,
LayoutOrientation orientation,
int layerDifference) |
protected java.awt.geom.Point2D |
BendCalculator.calculatePort(float offset,
float x,
float y,
LayoutOrientation orientation) |