|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectinetsoft.report.painter.RotatedPainter
public class RotatedPainter
This painter rotated a painter output 90 degrees clockwise.
| Constructor Summary | |
|---|---|
RotatedPainter(Component comp)
Create a rotated painter from a component. |
|
RotatedPainter(Image image)
Create a rotated image. |
|
RotatedPainter(Painter painter)
Create a rotated painter from another painter. |
|
RotatedPainter(Painter painter,
int rotation)
Create a rotated painter from another painter. |
|
| Method Summary | |
|---|---|
Dimension |
getPreferredSize()
Return the preferred size of this painter. |
boolean |
isScalable()
Same as Painter scalable. |
void |
paint(Graphics g,
int x,
int y,
int w,
int h)
Paint contents at the specified location. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RotatedPainter(Component comp)
comp - component to paint.public RotatedPainter(Image image)
image - original image.public RotatedPainter(Painter painter)
painter - area to be rotated and painted.
public RotatedPainter(Painter painter,
int rotation)
painter - area to be rotated and painted.rotation - degrees to rotate, 90 or 270.| Method Detail |
|---|
public Dimension getPreferredSize()
getPreferredSize in interface Painter
public void paint(Graphics g,
int x,
int y,
int w,
int h)
paint in interface Painterg - graphical context.x - x coordinate of the left edge of the paint area.y - y coordinate of the upper edge of the paint area.w - area width.h - area height.public boolean isScalable()
isScalable in interface Painter
|
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 | ||||||||