|
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.Rectangle
public static class PageLayout.Rectangle
A rectangle shape.
| Constructor Summary | |
|---|---|
PageLayout.Rectangle()
|
|
PageLayout.Rectangle(double x,
double y,
double width,
double height)
Create a rectangle 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. |
Color |
getFillColor()
Get the fill color of this area. |
double |
getHeight()
Get the height. |
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 |
setFillColor(Color fill)
Set the fill color of this area. |
void |
setHeight(double height)
Set the height. |
void |
setWidth(double width)
Set the width. |
void |
setX(double x)
Set the left edge x position. |
void |
setY(double y)
Set the top edge y position. |
| 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.Rectangle()
public PageLayout.Rectangle(double x,
double y,
double width,
double height)
| Method Detail |
|---|
public void setX(double x)
public double getX()
public void setY(double y)
public double getY()
public void setWidth(double width)
public double getWidth()
public void setHeight(double height)
public double getHeight()
public void setFillColor(Color fill)
public Color getFillColor()
public void paint(Graphics g)
paint in class PageLayout.Shapepublic Rectangle getBounds()
getBounds in class PageLayout.Shape
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.Shape
|
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 | ||||||||