public final class NodeEditorCanvasSizeMode
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
CenterOnly
Previous view will be centered on new view
|
static int |
FitHorizontalView
Previous view will be scaled to fit new view on X axis
|
static int |
FitVerticalView
Previous view will be scaled to fit new view on Y axis
|
public static final int FitVerticalView
public static final int FitHorizontalView
public static final int CenterOnly