Package | Description |
---|---|
com.yworks.yfiles.view |
Contains the main UI classes, interfaces, default implementations and support classes that can be used to display
IGraph instances. |
Modifier and Type | Method and Description |
---|---|
static VisualCachingPolicy |
VisualCachingPolicy.fromOrdinal(int ordinal) |
VisualCachingPolicy |
CanvasControl.getVisualCaching()
Gets the policy for caching
Node s which are temporarily removed from the visual tree. |
static VisualCachingPolicy |
VisualCachingPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VisualCachingPolicy[] |
VisualCachingPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
CanvasControl.setVisualCaching(VisualCachingPolicy value)
Sets the policy for caching
Node s which are temporarily removed from the visual tree. |