Package com.massifmaps.styles
Class NMLModelStyle
java.lang.Object
com.massifmaps.styles.Style
com.massifmaps.styles.BillboardStyle
com.massifmaps.styles.NMLModelStyle
A style for NML models. Contains attributes for configuring how the model is drawn on the screen.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the model asset of the object.intReturns the orientation mode of the model.intReturns the scaling mode of the model.Methods inherited from class com.massifmaps.styles.BillboardStyle
getAnimationStyle, getAttachAnchorPointX, getAttachAnchorPointY, getHorizontalOffset, getPlacementPriority, getVerticalOffset, isCausesOverlap, isHideIfOverlapped, isScaleWithDPI
-
Method Details
-
getOrientationMode
public int getOrientationMode()Returns the orientation mode of the model.- Returns:
- The orientation mode of the model.
-
getScalingMode
public int getScalingMode()Returns the scaling mode of the model.- Returns:
- The scaling mode of the model.
-
getModelAsset
Returns the model asset of the object.- Returns:
- The model asset of the object.
-