|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectilog.views.graphic.linkpolicy.IlvLinkShapePolicyUtil
public class IlvLinkShapePolicyUtil
Utility class for link shape policies.
| Field Summary | |
|---|---|
static int |
BUNDLE_POLICY_MODE
The mode to be used if a combination of link shape policies is needed that supports the multi link bundling, |
static int |
CROSSING_POLICY_MODE
The mode to be used if a combination of link shape policies is needed that supports the calculation of tunnel or bridge crossings. |
static int |
ORTHOGONAL_POLICY_MODE
The mode to be used if a combination of link shape policies is needed that supports the orthogonal shape constraint. |
| Method Summary | |
|---|---|
static IlvCrossingLinkShapePolicy |
GetCrossingPolicy(IlvGrapher grapher)
Returns the default crossing link shape policy for the crossing aware links of the input grapher. |
static IlvLinkShapePolicy |
GetLinkShapePolicy(int mode,
IlvGrapher grapher)
Returns the default link shape policy for the policy aware links of the input grapher that use the input mode. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int CROSSING_POLICY_MODE
public static final int ORTHOGONAL_POLICY_MODE
public static final int BUNDLE_POLICY_MODE
| Method Detail |
|---|
public static IlvLinkShapePolicy GetLinkShapePolicy(int mode,
IlvGrapher grapher)
IlvEnhancedPolylineLinkImage that are in the
same grapher and have the same mode.
The returned link shape policy is actually a combination of link shape
policies linked via IlvAbstractLinkShapePolicy.getChildPolicy().
mode - The mode of the links.grapher - The grapher of the links.
public static IlvCrossingLinkShapePolicy GetCrossingPolicy(IlvGrapher grapher)
IlvEnhancedPolylineLinkImage that are in the
same grapher and have crossings enabled.
grapher - The grapher of the links.
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||