Class NewWebappAreaView
- java.lang.Object
-
- ro.sync.ecss.extensions.api.webapp.imagemap.NewWebappAreaView
-
@API(type=NOT_EXTENDABLE, src=PUBLIC) public class NewWebappAreaView extends java.lang.Object
Descriptor for a new area coming from the client-side editor.- Since:
- 25.0
-
-
Constructor Summary
Constructors Constructor Description NewWebappAreaView(int originalLayer, Shape shape)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getOriginalLayer()
Shape
getShape()
-
-
-
Constructor Detail
-
NewWebappAreaView
public NewWebappAreaView(int originalLayer, Shape shape)
- Parameters:
shape
- The shape.originalLayer
- The original layer or -1 if the shape was not in the original image map.
-
-
Method Detail
-
getOriginalLayer
public int getOriginalLayer()
- Returns:
- Returns the originalLayer.
-
getShape
public Shape getShape()
- Returns:
- Returns the shape.
-
-