|
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.Line
public static class PageLayout.Line
A line shape.
| Constructor Summary | |
|---|---|
PageLayout.Line()
|
|
PageLayout.Line(double x1,
double y1,
double x2,
double y2)
Create a line 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. |
int |
getArrowLocation()
|
Rectangle |
getBounds()
Get the bounding box of this paintable. |
double |
getX1()
Get the starting point x position. |
double |
getX2()
Get the ending point x position. |
double |
getY1()
Get the starting point y position. |
double |
getY2()
Get the ending point y position. |
boolean |
isArrow()
|
void |
move(double x,
double y)
Move the shape by the specified x/y amount. |
void |
paint(Graphics g)
Paint this shape. |
void |
setArrow(boolean isArrow)
|
void |
setArrowLocation(int location)
|
void |
setX1(double x)
Set the starting point x position. |
void |
setX2(double x)
Set the ending point x position. |
void |
setY1(double y)
Set the starting point y position. |
void |
setY2(double y)
Set the ending point 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.Line()
public PageLayout.Line(double x1,
double y1,
double x2,
double y2)
| Method Detail |
|---|
public void setX1(double x)
public double getX1()
public void setY1(double y)
public double getY1()
public void setX2(double x)
public double getX2()
public void setY2(double y)
public double getY2()
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.Shapepublic void setArrow(boolean isArrow)
public boolean isArrow()
public void setArrowLocation(int location)
public int getArrowLocation()
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 | ||||||||