- setCenter(Coord) - Method in class com.codename1.geoviz.GeoVizComponent
-
- setFeaturePainter(FeaturePainter) - Method in class com.codename1.geoviz.GeoVizComponent
-
- setFillAlpha(int) - Method in class com.codename1.geoviz.FeaturePainter
-
Sets the alpha (0-255) transparency to use for filling feature shapes.
- setFillColor(int) - Method in class com.codename1.geoviz.FeaturePainter
-
Sets the color to be used for filling features.
- setGeometry(GeneralPath) - Method in class com.codename1.geoviz.Feature
-
Sets the geometry of the feature.
- setProjection(Projection) - Method in class com.codename1.geoviz.FeaturePainter
-
Sets the projection that should be applied to features
- setProjection(Projection) - Method in class com.codename1.geoviz.GeoVizComponent
-
- setScale(double) - Method in class com.codename1.geoviz.GeoVizComponent
-
- setStroke(Stroke) - Method in class com.codename1.geoviz.FeaturePainter
-
Sets the stroke that should be used for stroking features.
- setStrokeAlpha(int) - Method in class com.codename1.geoviz.FeaturePainter
-
Sets the alpha (0-255) transparency to use for stroking features.
- setStrokeColor(int) - Method in class com.codename1.geoviz.FeaturePainter
-
Sets the color to be used for stroking features.
- stroke(Graphics, Feature) - Method in class com.codename1.geoviz.FeaturePainter
-
Strokes the outline for a specified feature in the given graphics context.
- stroke(Graphics, Feature, GeneralPath) - Method in class com.codename1.geoviz.FeaturePainter
-
Strokes the specified feature outline on the provided graphics context.