Package org.pentaho.di.core.gui
Interface PrimitiveGCInterface
public interface PrimitiveGCInterface
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic enum
static enum
static enum
static enum
-
Method Summary
Modifier and TypeMethodDescriptionvoid
dispose()
void
drawImage
(BufferedImage image, int x, int y) void
drawImage
(String location, ClassLoader classLoader, int x, int y) void
drawImage
(PrimitiveGCInterface.EImage image, int x, int y) void
drawImage
(PrimitiveGCInterface.EImage image, int x, int y, float magnification) void
drawImage
(PrimitiveGCInterface.EImage image, int x, int y, float magnification, double angle) void
drawImage
(PrimitiveGCInterface.EImage image, int x, int y, int width, int height, float magnification) void
drawLine
(int x, int y, int x2, int y2) void
drawPoint
(int x, int y) void
drawPolygon
(int[] polygon) void
drawPolyline
(int[] polyline) void
drawRectangle
(int x, int y, int width, int height) void
drawRoundRectangle
(int x, int y, int width, int height, int circleWidth, int circleHeight) void
void
void
fillGradientRectangle
(int x, int y, int width, int height, boolean vertical) void
fillPolygon
(int[] polygon) void
fillRectangle
(int x, int y, int width, int height) void
fillRoundRectangle
(int x, int y, int width, int height, int circleWidth, int circleHeight) int
getAlpha()
getArea()
getImage()
void
setAlpha
(int alpha) void
setAntialias
(boolean antiAlias) void
setBackground
(int red, int green, int blue) void
void
void
void
setForeground
(int red, int green, int blue) void
void
setLineStyle
(PrimitiveGCInterface.ELineStyle lineStyle) void
setLineWidth
(int width) void
setTransform
(float translationX, float translationY, int shadowsize, float magnification) void
textExtent
(String text)
-
Method Details
-
setLineWidth
void setLineWidth(int width) -
setFont
-
textExtent
-
getDeviceBounds
Point getDeviceBounds() -
setBackground
-
setForeground
-
setBackground
void setBackground(int red, int green, int blue) -
setForeground
void setForeground(int red, int green, int blue) -
fillRectangle
void fillRectangle(int x, int y, int width, int height) -
fillGradientRectangle
void fillGradientRectangle(int x, int y, int width, int height, boolean vertical) -
drawImage
-
drawImage
-
drawImage
-
drawImage
void drawImage(PrimitiveGCInterface.EImage image, int x, int y, int width, int height, float magnification) -
drawImage
-
drawImage
-
drawLine
void drawLine(int x, int y, int x2, int y2) -
setLineStyle
-
drawRectangle
void drawRectangle(int x, int y, int width, int height) -
drawPoint
void drawPoint(int x, int y) -
drawText
-
drawText
-
fillRoundRectangle
void fillRoundRectangle(int x, int y, int width, int height, int circleWidth, int circleHeight) -
drawRoundRectangle
void drawRoundRectangle(int x, int y, int width, int height, int circleWidth, int circleHeight) -
fillPolygon
void fillPolygon(int[] polygon) -
drawPolygon
void drawPolygon(int[] polygon) -
drawPolyline
void drawPolyline(int[] polyline) -
setAntialias
void setAntialias(boolean antiAlias) -
setTransform
void setTransform(float translationX, float translationY, int shadowsize, float magnification) -
setAlpha
void setAlpha(int alpha) -
dispose
void dispose() -
getAlpha
int getAlpha() -
setFont
-
getImage
Object getImage() -
getImageBounds
-
switchForegroundBackgroundColors
void switchForegroundBackgroundColors() -
getArea
Point getArea()
-