Class Paint
- java.lang.Object
-
- mil.nga.geopackage.tiles.features.Paint
-
public class Paint extends Object
Feature Tile drawing paint object- Since:
- 3.2.0
- Author:
- osbornb
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Color
getColor()
Get the colorStroke
getStroke()
Get the stroke created from the stroke widthfloat
getStrokeWidth()
Get the stroke widthvoid
setColor(Color color)
Set the colorvoid
setStrokeWidth(Float strokeWidth)
Set the stroke width
-
-
-
Method Detail
-
getColor
public Color getColor()
Get the color- Returns:
- color
-
setColor
public void setColor(Color color)
Set the color- Parameters:
color
- color
-
getStrokeWidth
public float getStrokeWidth()
Get the stroke width- Returns:
- stroke width
-
setStrokeWidth
public void setStrokeWidth(Float strokeWidth)
Set the stroke width- Parameters:
strokeWidth
- stroke width
-
getStroke
public Stroke getStroke()
Get the stroke created from the stroke width- Returns:
- stroke
-
-