|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Documented @Retention(value=RUNTIME) @Target(value=PARAMETER) public @interface EditableDouble
Marks a double
that will be editable by the level editor.
Required Element Summary | |
---|---|
double |
defaultValue
The default value to be used for this parameter. |
java.lang.String |
editorName
The name that the level editor will use for this parameter. |
Optional Element Summary | |
---|---|
double[] |
allowedValues
A set of allowed values for this parameter. |
double |
maxValue
The maximum value that the editor may allow for this parameter. |
double |
minValue
The minimum value that the editor may allow for this parameter. |
Element Detail |
---|
public abstract double defaultValue
public abstract java.lang.String editorName
public abstract double minValue
-Double.MAX_VALUE
if unspecified.
public abstract double maxValue
Double.MAX_VALUE
if unspecified.
public abstract double[] allowedValues
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |