Class SpecialImageArea
- java.lang.Object
-
- org.openstreetmap.josm.plugins.streetside.model.KeyIndexedObject
-
- org.openstreetmap.josm.plugins.streetside.model.SpecialImageArea
-
- Direct Known Subclasses:
ImageDetection
public class SpecialImageArea extends KeyIndexedObject
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedSpecialImageArea(java.awt.geom.Path2D shape, java.lang.String imageKey, java.lang.String key)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetImageKey()java.awt.geom.Path2DgetShape()-
Methods inherited from class org.openstreetmap.josm.plugins.streetside.model.KeyIndexedObject
equals, getKey, hashCode
-
-
-
-
Constructor Detail
-
SpecialImageArea
protected SpecialImageArea(java.awt.geom.Path2D shape, java.lang.String imageKey, java.lang.String key)
-
-
Method Detail
-
getImageKey
public java.lang.String getImageKey()
-
getShape
public java.awt.geom.Path2D getShape()
-
-