Class NewWebappAreaView

java.lang.Object
ro.sync.ecss.extensions.api.webapp.imagemap.NewWebappAreaView

@API(type=NOT_EXTENDABLE, src=PUBLIC) public class NewWebappAreaView extends Object
Descriptor for a new area coming from the client-side editor.
Since:
25.0
  • Constructor Details

    • 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 Details

    • getOriginalLayer

      public int getOriginalLayer()
      Returns:
      Returns the originalLayer.
    • getShape

      public Shape getShape()
      Returns:
      Returns the shape.