|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface PainterElement
A painter element is an element with fixed size. It can be anchored to the previous element. The painter element is the base class for chart, textbox, and image.
| Field Summary |
|---|
| Fields inherited from interface inetsoft.report.ReportElement |
|---|
AGGREGATE, AUTOSIZE, GROW, LOCAL_QUERY, QUERY, XNODEPATH |
| Method Summary | |
|---|---|
Position |
getAnchor()
Get the painter anchor (distance from last element and left of report). |
Hyperlink |
getHyperlink(Shape shape)
Get the hyper link on this element for the specified area. |
Enumeration |
getHyperlinkAreas()
Return the areas that have a hyperlink defined. |
int |
getLayout()
Get the layout option of this element. |
Insets |
getMargin()
Get the painter external space. |
Painter |
getPainter()
Get the painter object. |
int |
getRotation()
Get the rotation in degrees. |
Size |
getSize()
Get the size of the element. |
int |
getWrapping()
Get the wrapping style of this element. |
void |
setAnchor(Position anchor)
Set painter anchor. |
void |
setHyperlink(Shape shape,
Hyperlink link)
Set the hyper link of this element for the specified area. |
void |
setLayout(int opt)
Set the layout option. |
void |
setMargin(Insets margin)
Set the painter external space. |
void |
setPainter(Painter painter)
Set the painter object. |
void |
setRotation(int degree)
Set the rotation degrees. |
void |
setSize(Size size)
Set the size of the element. |
void |
setWrapping(int wrapping)
Set the wrapping style of this element. |
| Methods inherited from interface inetsoft.report.ReportElement |
|---|
clone, getAlignment, getBackground, getCSSClass, getFont, getForeground, getFullName, getID, getIndent, getOnClick, getPreferredSize, getProperty, getPropertyNames, getScript, getSpacing, getTarget, getType, getUserObject, isHideOnPrint, isKeepWithNext, isVisible, setAlignment, setBackground, setContext, setCSSClass, setFont, setForeground, setFullName, setHideOnPrint, setID, setIndent, setKeepWithNext, setOnClick, setProperty, setScript, setSpacing, setTarget, setUserObject, setVisible |
| Methods inherited from interface inetsoft.report.HyperlinkSupport |
|---|
getHyperlink, setHyperlink |
| Method Detail |
|---|
Painter getPainter()
void setPainter(Painter painter)
Insets getMargin()
void setMargin(Insets margin)
void setSize(Size size)
size - size in inches.Size getSize()
void setWrapping(int wrapping)
int getWrapping()
void setLayout(int opt)
int getLayout()
Position getAnchor()
void setAnchor(Position anchor)
int getRotation()
void setRotation(int degree)
Hyperlink getHyperlink(Shape shape)
void setHyperlink(Shape shape,
Hyperlink link)
Enumeration getHyperlinkAreas()
|
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 | ||||||||