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 PaintFeatureTiles. linePaintLine paintprotected PaintFeatureTiles. pointPaintPoint paintprotected PaintFeatureTiles. polygonFillPaintPolygon fill paintprotected PaintFeatureTiles. polygonPaintPolygon paintMethods in mil.nga.geopackage.tiles.features that return Paint Modifier and Type Method Description protected PaintFeatureTiles. getLinePaint(FeatureStyle featureStyle)Get the line paint for the feature style, or return the default paintPaintFeaturePaint. getPaint(FeatureDrawType type)Get the paint for the draw typePaintFeaturePaintCache. getPaint(long styleId, FeatureDrawType type)Get the paint for the style row id and draw typePaintFeaturePaintCache. getPaint(StyleRow styleRow, FeatureDrawType type)Get the paint for the style row and draw typeprotected PaintFeatureTiles. getPointPaint(FeatureStyle featureStyle)Get the point paint for the feature style, or return the default paintprotected PaintFeatureTiles. getPolygonFillPaint(FeatureStyle featureStyle)Get the polygon fill paint for the feature style, or return the default paintprotected PaintFeatureTiles. 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 voidFeaturePaint. setPaint(FeatureDrawType type, Paint paint)Set the paint for the draw typevoidFeaturePaintCache. setPaint(long styleId, FeatureDrawType type, Paint paint)Set the paint for the style id and draw typevoidFeaturePaintCache. setPaint(StyleRow styleRow, FeatureDrawType type, Paint paint)Set the paint for the style id and draw type
-