Class 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 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.