| Package | com.yworks.graph.input |
| Class | public class AdjustContentRectPolicy |
| Inheritance | AdjustContentRectPolicy Object |
| Implements | IEnum |
GraphEditorInputMode using its
autoAdjustContentRect property.
| Method | Defined By | ||
|---|---|---|---|
toString():String | AdjustContentRectPolicy | ||
| Constant | Defined By | ||
|---|---|---|---|
| ALWAYS : AdjustContentRectPolicy [static]
The content rect should be recalculated to fit the new graph bounds in response to user input. | AdjustContentRectPolicy | ||
| NEVER : AdjustContentRectPolicy [static]
The content rect should never be adjusted automatically in response to user input. | AdjustContentRectPolicy | ||
| UNION : AdjustContentRectPolicy [static]
The content rect should be recalculated as the union of the former content rect and the
new graph bounds in response to user input. | AdjustContentRectPolicy | ||
| toString | () | method |
public function toString():StringReturnsString |
| ALWAYS | Constant |
public static const ALWAYS:AdjustContentRectPolicyThe content rect should be recalculated to fit the new graph bounds in response to user input.
| NEVER | Constant |
public static const NEVER:AdjustContentRectPolicyThe content rect should never be adjusted automatically in response to user input.
| UNION | Constant |
public static const UNION:AdjustContentRectPolicyThe content rect should be recalculated as the union of the former content rect and the new graph bounds in response to user input.