| Constructor and Description |
|---|
DocItem()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
DocItem |
clone()
Deprecated.
|
void |
draw(IGraphicsSurface g)
Deprecated.
|
Rectangle |
getBoundingRect()
Deprecated.
|
float |
getHeight()
Deprecated.
|
DocItem |
getNextElement()
Deprecated.
|
DocItem |
getParent()
Deprecated.
|
DocItem |
getPrevElement()
Deprecated.
|
MeasurementUnit |
getUnit()
Deprecated.
|
float |
getWidth()
Deprecated.
|
float |
getX()
Deprecated.
|
float |
getY()
Deprecated.
|
boolean |
isDirty()
Deprecated.
|
void |
setBoundingRect(Rectangle boundingRect)
Deprecated.
|
void |
setDirty(boolean dirty)
Deprecated.
|
void |
setHeight(float pageHeight)
Deprecated.
|
void |
setNextElement(DocItem nextElement)
Deprecated.
|
void |
setParent(DocItem parent)
Deprecated.
|
void |
setPrevElement(DocItem prevElement)
Deprecated.
|
void |
setUnit(MeasurementUnit unit)
Deprecated.
|
void |
setWidth(float width)
Deprecated.
|
void |
setX(float x)
Deprecated.
|
void |
setY(float y)
Deprecated.
|
public Rectangle getBoundingRect()
public boolean isDirty()
public float getX()
public float getY()
public void setX(float x)
public void setY(float y)
public float getHeight()
public void setHeight(float pageHeight)
public float getWidth()
public void setWidth(float width)
public void setBoundingRect(Rectangle boundingRect)
public void setDirty(boolean dirty)
public MeasurementUnit getUnit()
public void setUnit(MeasurementUnit unit)
public DocItem getParent()
public void setParent(DocItem parent)
public DocItem getPrevElement()
public void setPrevElement(DocItem prevElement)
public DocItem getNextElement()
public void setNextElement(DocItem nextElement)
public void draw(IGraphicsSurface g) throws XDocException, IOException
XDocExceptionIOException