Uses of Class
mil.nga.geopackage.tiles.features.Paint
-
Packages that use Paint Package Description mil.nga.geopackage.tiles.features -
-
Uses of Paint in mil.nga.geopackage.tiles.features
Fields in mil.nga.geopackage.tiles.features declared as Paint Modifier and Type Field Description protected Paint
FeatureTiles. linePaint
Line paintprotected Paint
FeatureTiles. pointPaint
Point paintprotected Paint
FeatureTiles. polygonFillPaint
Polygon fill paintprotected Paint
FeatureTiles. polygonPaint
Polygon paintMethods in mil.nga.geopackage.tiles.features that return Paint Modifier and Type Method Description protected Paint
FeatureTiles. getLinePaint(FeatureStyle featureStyle)
Get the line paint for the feature style, or return the default paintPaint
FeaturePaint. getPaint(FeatureDrawType type)
Get the paint for the draw typePaint
FeaturePaintCache. getPaint(long styleId, FeatureDrawType type)
Get the paint for the style row id and draw typePaint
FeaturePaintCache. getPaint(StyleRow styleRow, FeatureDrawType type)
Get the paint for the style row and draw typeprotected Paint
FeatureTiles. getPointPaint(FeatureStyle featureStyle)
Get the point paint for the feature style, or return the default paintprotected Paint
FeatureTiles. getPolygonFillPaint(FeatureStyle featureStyle)
Get the polygon fill paint for the feature style, or return the default paintprotected Paint
FeatureTiles. getPolygonPaint(FeatureStyle featureStyle)
Get the polygon paint for the feature style, or return the default paintMethods in mil.nga.geopackage.tiles.features with parameters of type Paint Modifier and Type Method Description void
FeaturePaint. setPaint(FeatureDrawType type, Paint paint)
Set the paint for the draw typevoid
FeaturePaintCache. setPaint(long styleId, FeatureDrawType type, Paint paint)
Set the paint for the style id and draw typevoid
FeaturePaintCache. setPaint(StyleRow styleRow, FeatureDrawType type, Paint paint)
Set the paint for the style id and draw type
-