Package org.geotools.mbstyle.sprite
Class SpriteIndex.IconInfo
Object
IconInfo
- Enclosing class:
- SpriteIndex
Wrapper for parsing the properties of an individual sprite index entry (JSONObject) for a single icon. For
example:
{
"width": 32,
"height": 32,
"x": 0,
"y": 0,
"pixelRatio": 1
}
-
Constructor Details
-
IconInfo
- Parameters:
iconName
- The name of this sprite icon (used for error messages)json
- The sprite index entry for this icon, as aJSONObject
-
-
Method Details
-
getWidth
public int getWidth() -
getHeight
public int getHeight() -
getX
public int getX() -
getY
public int getY() -
getPixelRatio
public int getPixelRatio()
-