ClipGWorld class

Constructors

ClipGWorld()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

beginScroll(double scrollX, double scrollY) → void
clear(int color) → void
clipLine(ParamInteger x1, ParamInteger y1, ParamInteger x2, ParamInteger y2) int
color() int
create(int width, int height, bool initWindow, [bool rgbFlag = false]) bool
drawLine(int x1, int y1, int x2, int y2) → void
drawLineXOR(int x1, int y1, int x2, int y2) → void
drawText(String text, int x, int y, bool right) → void
drawTextColor(String text, int x, int y, int color, bool right) → void
drawTextTo(String text, bool right) → void
endScroll() → void
fill(int x, int y, int w, int h) → void
get(int x, int y) int
getTextInfo(String text, ClipTextInfo info) → void
getWindow([ParamFloat? offsetX, ParamFloat? offsetY, ParamFloat? ratioX, ParamFloat? ratioY]) → void
height() int
image() List<int>
imgMoveX() int
imgMoveY() int
imgPosX(double x) int
imgPosY(double y) int
imgSizX(double x) int
imgSizY(double y) int
line(int x1, int y1, int x2, int y2) bool
lineTo(int x, int y) bool
lineXOR(int x1, int y1, int x2, int y2) bool
moveTo(int x, int y) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
offset() int
open(List<int> image, int offset, int width, int height, bool initWindow, [bool rgbFlag = false]) bool
put(int x, int y) bool
putColor(int x, int y, int color) bool
putXOR(int x, int y) bool
rgbFlag() bool
scroll(double scrollX, double scrollY) → void
selectCharSet(int charSet) → void
setColor(int color) → void
setGWorldLine(bool flag) → void
setWindow(double offsetX, double offsetY, double ratioX, double ratioY) → void
setWindowIndirect(double left, double bottom, double right, double top) bool
toString() String
A string representation of this object.
inherited
umax() int
width() int
wndDrawText(String text, double x, double y, bool right) → void
wndDrawTextColor(String text, double x, double y, int color, bool right) → void
wndDrawTextTo(String text, bool right) → void
wndFill(double x, double y, double w, double h) → void
wndGet(double x, double y) int
wndLine(double x1, double y1, double x2, double y2) bool
wndLineTo(double x, double y) bool
wndMoveTo(double x, double y) → void
wndMoveX() double
wndMoveY() double
wndPosX(int x) double
wndPosY(int y) double
wndPut(double x, double y) bool
wndSizX(int x) double
wndSizY(int y) double

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

gWorldClear ↔ void Function(ClipGWorld, int)
getter/setter pair
gWorldFill ↔ void Function(ClipGWorld, int, int, int, int)
getter/setter pair
gWorldLine ↔ void Function(ClipGWorld, int, int, int, int)
getter/setter pair
gWorldPut ↔ void Function(ClipGWorld, int, int)
getter/setter pair
gWorldPutColor ↔ void Function(ClipGWorld, int, int, int)
getter/setter pair
gWorldSetColor ↔ void Function(ClipGWorld, int)
getter/setter pair
gWorldTextColor ↔ void Function(ClipGWorld, String, int, int, int, bool)
getter/setter pair

Static Methods

bgColor() int
newCharInfo(int charSet) → void
regBgColor(int rgbColor) → void
regCharInfo(int charSet, int chr, int width, int ascent, int descent, int sizeX, int sizeY, String data) → void