-
- All Implemented Interfaces:
public class Presentation.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final BooleanDEFAULT_CLIPPEDprivate final BooleanDEFAULT_CONTINUOUSpublic final static Presentation.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final PresentationfromJSON(JSONObject json)Creates a Properties from its RWPM JSON representation. final BooleangetDEFAULT_CLIPPED()Default value for clipped, if not specified. final BooleangetDEFAULT_CONTINUOUS()Default value for continuous, if not specified. -
-
Method Detail
-
fromJSON
final Presentation fromJSON(JSONObject json)
Creates a Properties from its RWPM JSON representation.
-
getDEFAULT_CLIPPED
final Boolean getDEFAULT_CLIPPED()
Default value for clipped, if not specified.
-
getDEFAULT_CONTINUOUS
final Boolean getDEFAULT_CONTINUOUS()
Default value for continuous, if not specified.
-
-
-
-