Class BoxInfo
- java.lang.Object
-
- cz.vutbr.fit.layout.puppeteer.parser.BoxInfo
-
public class BoxInfo extends Object
- Author:
- burgetr
-
-
Constructor Summary
Constructors Constructor Description BoxInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Attribute[]
getAttrs()
String
getCss()
String
getDecoration()
Integer
getDomParent()
float
getHeight()
int
getId()
Integer
getParent()
Boolean
getReplaced()
String
getTagName()
String
getText()
float
getWidth()
float
getX()
String
getXpath()
float
getY()
void
setAttrs(Attribute[] attrs)
void
setCss(String css)
void
setDecoration(String decoration)
void
setDomParent(Integer domParent)
void
setHeight(float height)
void
setId(int id)
void
setParent(Integer parent)
void
setReplaced(Boolean replaced)
void
setTagName(String tagName)
void
setText(String text)
void
setWidth(float width)
void
setX(float x)
void
setXpath(String xpath)
void
setY(float y)
-
-
-
Field Detail
-
id
public int id
-
parent
public Integer parent
-
domParent
public Integer domParent
-
xpath
public String xpath
-
tagName
public String tagName
-
attrs
public Attribute[] attrs
-
replaced
public Boolean replaced
-
x
public float x
-
y
public float y
-
width
public float width
-
height
public float height
-
css
public String css
-
decoration
public String decoration
-
text
public String text
-
-
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)
-
getAttrs
public Attribute[] getAttrs()
-
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)
-
-