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 StyleDecorationZoomPolicy |
StyleDecorationZoomPolicy.fromOrdinal(int ordinal) |
StyleDecorationZoomPolicy |
NodeStyleDecorationInstaller.getZoomPolicy()
Specifies how the style is affected by the current zoom level.
|
StyleDecorationZoomPolicy |
LabelStyleDecorationInstaller.getZoomPolicy()
Specifies how the style is affected by the current zoom level.
|
StyleDecorationZoomPolicy |
EdgeStyleDecorationInstaller.getZoomPolicy()
Specifies how the style is affected by the current zoom level.
|
static StyleDecorationZoomPolicy |
StyleDecorationZoomPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StyleDecorationZoomPolicy[] |
StyleDecorationZoomPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
NodeStyleDecorationInstaller.setZoomPolicy(StyleDecorationZoomPolicy value)
Specifies how the style is affected by the current zoom level.
|
void |
LabelStyleDecorationInstaller.setZoomPolicy(StyleDecorationZoomPolicy value)
Specifies how the style is affected by the current zoom level.
|
void |
EdgeStyleDecorationInstaller.setZoomPolicy(StyleDecorationZoomPolicy value)
Specifies how the style is affected by the current zoom level.
|