|
TPTP 4.5.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.tptp.platform.report.igc.swt.internal.ImageDataUtil
org.eclipse.tptp.platform.report.birt).
public class ImageDataUtil
Just to keep useful? code to rotate ImageData before modifying it into RGBAImage.
| Constructor Summary | |
|---|---|
ImageDataUtil()
Deprecated. |
|
| Method Summary | |
|---|---|
protected static void |
antialiased(double _rx,
double _ry,
org.eclipse.swt.graphics.ImageData src_,
org.eclipse.swt.graphics.RGB rgb)
Deprecated. |
org.eclipse.swt.graphics.ImageData |
getTextImage(org.eclipse.swt.graphics.Device device,
org.eclipse.swt.graphics.GC font_gc,
java.lang.String text,
ISize size)
Deprecated. |
protected org.eclipse.swt.graphics.ImageData |
rotateImageData(org.eclipse.swt.graphics.ImageData s,
int angle,
boolean antialiased)
Deprecated. rotate image data s using angle (degree), and antialiased property |
protected org.eclipse.swt.graphics.ImageData |
rotateImageDataAny(org.eclipse.swt.graphics.ImageData source,
int angle,
int new_pixel,
boolean antialiased)
Deprecated. |
protected ISize |
rotateImageSize(int width,
int height,
double angle)
Deprecated. |
protected static int |
rotateX(double cos,
double sin,
int x,
int y)
Deprecated. |
protected static int |
rotateY(double cos,
double sin,
int x,
int y)
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ImageDataUtil()
| Method Detail |
|---|
public org.eclipse.swt.graphics.ImageData getTextImage(org.eclipse.swt.graphics.Device device,
org.eclipse.swt.graphics.GC font_gc,
java.lang.String text,
ISize size)
protected static int rotateX(double cos,
double sin,
int x,
int y)
protected static int rotateY(double cos,
double sin,
int x,
int y)
protected ISize rotateImageSize(int width,
int height,
double angle)
protected org.eclipse.swt.graphics.ImageData rotateImageData(org.eclipse.swt.graphics.ImageData s,
int angle,
boolean antialiased)
protected static void antialiased(double _rx,
double _ry,
org.eclipse.swt.graphics.ImageData src_,
org.eclipse.swt.graphics.RGB rgb)
protected org.eclipse.swt.graphics.ImageData rotateImageDataAny(org.eclipse.swt.graphics.ImageData source,
int angle,
int new_pixel,
boolean antialiased)
|
TPTP 4.5.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||