ClipGraph class

Constructors

ClipGraph()

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

addGraph() bool
checkExpr(String func) → void
clear(int backColor, int scaleColor, int unitColor, double unitX, double unitY, int textColor, double textX, double textY) → void
color() int
create(dynamic width, dynamic height) bool
delAns() → void
delGraph() → void
drawFlag() bool
end() double
expr() String
expr1() String
expr2() String
expX(double x) double
expY(double y) double
get(ClipProc proc, ClipParam param, double x, ParamFloat y1, ParamFloat y2) bool
getAns(int x, int y, ClipGraphAns ans) bool
gWorld() ClipGWorld
index() int
isLogScaleX() bool
isLogScaleY() bool
logBaseX() double
logBaseY() double
logX(double x) double
logY(double y) double
mark(double x, double y1, double y2) → void
markRect(double sx, double sy, double ex, double ey) → void
mode() int
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
open(List<int> image, int offset, int width, int height) bool
plot(ClipProc proc, ClipParam param) bool
rePlot([ClipProc? proc, ClipParam? param]) bool
selGraph(int index) bool
setColor(int color) → void
setDrawFlag(bool draw) → void
setEnd(double end) → void
setExpr(String expr) → void
setExpr1(String expr1) → void
setExpr2(String expr2) → void
setIndex(int index) → void
setLogScaleX(double base) → void
setLogScaleY(double base) → void
setMode(int mode) → void
setStart(double start) → void
setStep(double step) → void
start() double
step() double
toString() String
A string representation of this object.
inherited

Operators

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