java.lang.Object
org.praxislive.code.userapi.Constants
Various constants for use in delegate code. All values are static imported in
the default delegate import rules.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final LogLevelDebug log level.static final doubleDeprecated.static final LogLevelError log level.static final doubleDeprecated.static final LogLevelInfo log level.static final StringPNG image media type -image/png.static final StringInline SVG media type -image/x.svg-html.static final StringPlain text media type -text/plain.static final doubleValue of PI.static final doubleDeprecated.static final doubleDeprecated.static final doubleDeprecated.static final doubleValue of PI * 2.static final LogLevelWarning log level. -
Method Summary
-
Field Details
-
ERROR
Error log level. -
WARNING
Warning log level. -
INFO
Info log level. -
DEBUG
Debug log level. -
PI
public static final double PIValue of PI.- See Also:
-
HALF_PI
Deprecated.Value of PI / 2.- See Also:
-
THIRD_PI
Deprecated.Value of PI / 3.- See Also:
-
QUARTER_PI
Deprecated.Value of PI / 4.- See Also:
-
TWO_PI
public static final double TWO_PIValue of PI * 2.- See Also:
-
DEG_TO_RAD
Deprecated.Value of PI / 180.- See Also:
-
RAD_TO_DEG
Deprecated.Value of 180 / PI.- See Also:
-
MIME_TEXT
Plain text media type -text/plain.- See Also:
-
MIME_PNG
PNG image media type -image/png.- See Also:
-
MIME_SVG
Inline SVG media type -image/x.svg-html. This is an internal unregistered media type for SVG content in a format that is compatible with inlining in HTML.- See Also:
-