Class FeaturePaint
java.lang.Object
mil.nga.geopackage.tiles.features.FeaturePaint
Paint objects for drawing the different types for a single feature
- Since:
- 3.2.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionandroid.graphics.PaintgetPaint(FeatureDrawType type) Get the paint for the draw typevoidsetPaint(FeatureDrawType type, android.graphics.Paint paint) Set the paint for the draw type
-
Constructor Details
-
FeaturePaint
public FeaturePaint()Constructor
-
-
Method Details
-
getPaint
Get the paint for the draw type- Parameters:
type- draw type- Returns:
- paint
-
setPaint
Set the paint for the draw type- Parameters:
type- draw typepaint- paint
-