Class BoxInfo


  • public class BoxInfo
    extends Object
    Author:
    burgetr
    • Field Detail

      • id

        public int id
      • domParent

        public Integer domParent
      • tagName

        public String tagName
      • replaced

        public Boolean replaced
      • x

        public float x
      • y

        public float y
      • width

        public float width
      • height

        public float height
      • decoration

        public String decoration
    • Constructor Detail

      • BoxInfo

        public BoxInfo()
    • Method Detail

      • getId

        public int getId()
      • setId

        public void setId​(int id)
      • getParent

        public Integer getParent()
      • setParent

        public void setParent​(Integer parent)
      • getXpath

        public String getXpath()
      • setXpath

        public void setXpath​(String xpath)
      • getTagName

        public String getTagName()
      • getDomParent

        public Integer getDomParent()
      • setDomParent

        public void setDomParent​(Integer domParent)
      • setTagName

        public void setTagName​(String tagName)
      • setAttrs

        public void setAttrs​(Attribute[] attrs)
      • getReplaced

        public Boolean getReplaced()
      • setReplaced

        public void setReplaced​(Boolean replaced)
      • getX

        public float getX()
      • setX

        public void setX​(float x)
      • getY

        public float getY()
      • setY

        public void setY​(float y)
      • getWidth

        public float getWidth()
      • setWidth

        public void setWidth​(float width)
      • getHeight

        public float getHeight()
      • setHeight

        public void setHeight​(float height)
      • getCss

        public String getCss()
      • setCss

        public void setCss​(String css)
      • getDecoration

        public String getDecoration()
      • setDecoration

        public void setDecoration​(String decoration)
      • getText

        public String getText()
      • setText

        public void setText​(String text)