|
org.netbeans.api.visual 2.17.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<SceneExporter.ZoomType>
org.netbeans.api.visual.export.SceneExporter.ZoomType
public static enum SceneExporter.ZoomType
This enumeration holds the zooming capabilities that the SceneExporter can export according to.
Enum Constant Summary | |
---|---|
ACTUAL_SIZE
Used to export an image of the scene according to its boundary dimensions. |
|
CURRENT_ZOOM_LEVEL
Used when the objects in the scene are to be exported into an image scaled the same as the scene. |
|
CUSTOM_SIZE
Used to set the horizontal and vertical sizes directly. |
|
FIT_IN_WINDOW
Used when the objects in the scene are to be exported into an image with the identical dimensions of the scene's visual window. |
Method Summary | |
---|---|
static SceneExporter.ZoomType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static SceneExporter.ZoomType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final SceneExporter.ZoomType CUSTOM_SIZE
public static final SceneExporter.ZoomType FIT_IN_WINDOW
public static final SceneExporter.ZoomType CURRENT_ZOOM_LEVEL
public static final SceneExporter.ZoomType ACTUAL_SIZE
Method Detail |
---|
public static SceneExporter.ZoomType[] values()
for (SceneExporter.ZoomType c : SceneExporter.ZoomType.values()) System.out.println(c);
public static SceneExporter.ZoomType valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
|
org.netbeans.api.visual 2.17.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |