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 ColorgetColor()Get the colorStrokegetStroke()Get the stroke created from the stroke widthfloatgetStrokeWidth()Get the stroke widthvoidsetColor(Color color)Set the colorvoidsetStrokeWidth(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
-
-