|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectinetsoft.report.PageLayout.Shape
inetsoft.report.PageLayout.InfoShape
public static class PageLayout.InfoShape
An information shape.
| Constructor Summary | |
|---|---|
PageLayout.InfoShape()
|
|
PageLayout.InfoShape(String info,
StylePage page)
Create an info shape. |
|
| Method Summary | |
|---|---|
boolean |
contains(int x,
int y)
Check if the point falls inside the shape. |
void |
copy(PageLayout.Shape shape)
Copy the attributes of the shape into this shape. |
Rectangle |
getBounds()
Get the bounding box of this paintable. |
static Font |
getFont()
Get font. |
double |
getHeight()
Get the height. |
String |
getInfo()
Get warning info. |
static Color |
getWarningColor()
Get color of warning message. |
double |
getWidth()
Get the width. |
double |
getX()
Get the left edge x position. |
double |
getY()
Get the top edge y position. |
void |
move(double x,
double y)
Move the shape by the specified x/y amount. |
void |
paint(Graphics g)
Paint this shape. |
void |
setBounds(Rectangle bounds)
Set the bounds of current paintable. |
void |
setInfo(String info)
Set warning infomation. |
| Methods inherited from class inetsoft.report.PageLayout.Shape |
|---|
clone, contains, getColor, getStyle, getXScale, getYScale, setColor, setScale, setStyle |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PageLayout.InfoShape()
public PageLayout.InfoShape(String info,
StylePage page)
| Method Detail |
|---|
public double getX()
public double getY()
public double getWidth()
public double getHeight()
public void paint(Graphics g)
paint in class PageLayout.Shapepublic Rectangle getBounds()
getBounds in class PageLayout.Shapepublic void setBounds(Rectangle bounds)
public void move(double x,
double y)
move in class PageLayout.Shape
public boolean contains(int x,
int y)
contains in class PageLayout.Shapepublic void copy(PageLayout.Shape shape)
copy in class PageLayout.Shapepublic String getInfo()
public void setInfo(String info)
public static Font getFont()
public static Color getWarningColor()
|
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 | ||||||||