|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Paintable
The Paintable interface encapsulates the printing of an element in a StylePage. A StylePage is consisted of a collection of Paintable objects. The Paintable objects are added to a StylePage during the printNext() call.
| Method Summary | |
|---|---|
Rectangle |
getBounds()
Return the bounds of this paintable area. |
ReportElement |
getElement()
Get the report element that this paintable area corresponds to. |
Point |
getLocation()
Get the location of this paintable. |
void |
paint(Graphics g)
Paint the element on to a page. |
void |
parseXML(Element elem)
Reads in the properties from the specified XML Element. |
void |
setLocation(Point loc)
Set the location of this paintable area. |
void |
writeXML(PrintWriter writer)
Writes this object as an XML entity to the specified print writer. |
| Method Detail |
|---|
void paint(Graphics g)
Rectangle getBounds()
void setLocation(Point loc)
loc - new location for this paintable.Point getLocation()
ReportElement getElement()
void writeXML(PrintWriter writer)
void parseXML(Element elem)
throws Exception
Exception
|
Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||