Package io.anyline2.viewplugin.ar
Class OverlayScale
-
- All Implemented Interfaces:
public final class OverlayScale
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enum
OverlayScale.JsonAttributes
-
Field Summary
Fields Modifier and Type Field Description private final OverlayScaleConfig
overlayScaleConfig
-
Constructor Summary
Constructors Constructor Description OverlayScale(Float value, OverlayScaleType scaleType)
OverlayScale(OverlayScaleConfig overlayScaleConfig)
-
Method Summary
Modifier and Type Method Description final OverlayScaleConfig
getOverlayScaleConfig()
final Unit
mergeToJson(JSONObject json)
-
-
Constructor Detail
-
OverlayScale
OverlayScale(Float value, OverlayScaleType scaleType)
-
OverlayScale
OverlayScale(OverlayScaleConfig overlayScaleConfig)
-
-
Method Detail
-
getOverlayScaleConfig
final OverlayScaleConfig getOverlayScaleConfig()
-
mergeToJson
final Unit mergeToJson(JSONObject json)
-
-
-
-