Modifier and Type | Method and Description |
---|---|
java.util.List<Feature> |
FeatureCollection.getFeatures()
Gets a list of features in this collection.
|
Modifier and Type | Method and Description |
---|---|
void |
FeatureCollection.addFeature(Feature feature)
Adds a feature to this feature collection.
|
void |
GeoVizComponent.featurePressed(Feature f,
com.codename1.maps.Coord coord)
Called when a feature is pressed.
|
void |
FeaturePainter.fill(com.codename1.ui.Graphics g,
Feature feature)
Fills the specified feature on the graphics context
|
protected void |
FeaturePainter.fill(com.codename1.ui.Graphics g,
Feature feature,
com.codename1.ui.geom.GeneralPath path)
Fills the specified feature on the provided graphics context.
|
void |
FeaturePainter.paint(com.codename1.ui.Graphics g,
Feature feature)
Paints the specified feature onto the given graphics context.
|
void |
FeaturePainter.stroke(com.codename1.ui.Graphics g,
Feature feature)
Strokes the outline for a specified feature in the given graphics context.
|
protected void |
FeaturePainter.stroke(com.codename1.ui.Graphics g,
Feature feature,
com.codename1.ui.geom.GeneralPath path)
Strokes the specified feature outline on the provided graphics context.
|