|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectigeo.IObject
igeo.ICurveR
public class ICurveR
Reference class of NURBS curve to contain any instance of ICurveI.
Field Summary | |
---|---|
ICurveI |
curve
|
Fields inherited from class igeo.IObject |
---|
attribute, dynamics, graphics, parameter, server |
Constructor Summary | |
---|---|
ICurveR()
|
|
ICurveR(ICurveI crv)
|
|
ICurveR(ICurveR crv)
|
|
ICurveR(IServerI s)
|
|
ICurveR(IServerI s,
ICurveI crv)
|
|
ICurveR(IServerI s,
ICurveR crv)
|
Method Summary | |
---|---|
ICurveR |
add(double x,
double y,
double z)
transformation methods; API of ITransformable interface |
ICurveR |
add(IDoubleI x,
IDoubleI y,
IDoubleI z)
|
ICurveR |
add(IVecI v)
|
ICurveR |
add(IVecI v,
double f)
scale add |
ICurveR |
add(IVecI v,
IDoubleI f)
|
ICurveR |
clr(java.awt.Color c)
|
ICurveR |
clr(java.awt.Color c,
int alpha)
to set color, with alpha value overwritten |
ICurveR |
clr(double dgray)
|
ICurveR |
clr(double dgray,
double dalpha)
|
ICurveR |
clr(double dr,
double dg,
double db)
|
ICurveR |
clr(double dr,
double dg,
double db,
double da)
|
ICurveR |
clr(float fgray)
|
ICurveR |
clr(float fgray,
float falpha)
|
ICurveR |
clr(float fr,
float fg,
float fb)
|
ICurveR |
clr(float fr,
float fg,
float fb,
float fa)
|
ICurveR |
clr(int gray)
|
ICurveR |
clr(int gray,
int alpha)
|
ICurveR |
clr(int r,
int g,
int b)
|
ICurveR |
clr(int r,
int g,
int b,
int a)
|
ICurveR |
cp()
cp() is alias of dup() |
ICurveR |
cp(double x,
double y,
double z)
cp() is alias of dup().add() |
ICurveR |
cp(IDoubleI x,
IDoubleI y,
IDoubleI z)
cp() is alias of dup().add() |
IVecI |
cp(IIntegerI i)
getting i-th control point |
IVecI |
cp(int i)
getting i-th control point |
ICurveR |
cp(IVecI v)
cp() is alias of dup().add() |
int |
cpNum()
|
int |
cpNum(ISwitchE e)
|
IIntegerI |
cpNum(ISwitchR r)
|
IVecI[] |
cps()
all control points |
IGraphicObject |
createGraphic(IGraphicMode m)
|
int |
deg()
|
int |
deg(ISwitchE e)
|
IIntegerI |
deg(ISwitchR r)
|
ICurveR |
div(double v)
|
ICurveR |
div(IDoubleI v)
|
ICurveR |
dup()
duplicate object |
IVecI |
end()
|
IVecI |
endCP()
|
IVecI |
ep(IIntegerI i)
getting i-th edit point |
IVecI |
ep(int i)
getting i-th edit point |
int |
epNum()
|
int |
epNum(ISwitchE e)
|
IIntegerI |
epNum(ISwitchR r)
|
ICurveR |
flip()
same with neg |
ICurveGeo |
get()
|
ICurveR |
hide()
|
ICurveR |
hsb(double h,
double s,
double b)
|
ICurveR |
hsb(double h,
double s,
double b,
double a)
|
ICurveR |
hsb(float h,
float s,
float b)
|
ICurveR |
hsb(float h,
float s,
float b,
float a)
|
void |
initCurve(IServerI s)
|
boolean |
isClosed()
|
boolean |
isClosed(ISwitchE e)
|
IBoolI |
isClosed(ISwitchR r)
|
boolean |
isRational()
|
boolean |
isRational(ISwitchE e)
|
IBoolI |
isRational(ISwitchR r)
|
boolean |
isValid()
checking parameters validity. |
IDoubleI |
knot(IIntegerI i)
|
double |
knot(int i)
|
int |
knotNum()
|
int |
knotNum(ISwitchE e)
|
IIntegerI |
knotNum(ISwitchR r)
|
double[] |
knots()
all knot values |
double[] |
knots(ISwitchE e)
|
IDoubleI[] |
knots(ISwitchR r)
|
ICurveR |
layer(ILayer l)
|
double |
len()
|
double |
len(ISwitchE e)
|
IDouble |
len(ISwitchR r)
|
ICurveR |
mirror(IVecI planeDir)
mirror is alias of ref |
ICurveR |
mirror(IVecI center,
IVecI planeDir)
|
ICurveR |
mul(double v)
|
ICurveR |
mul(IDoubleI v)
|
ICurveR |
mv(double x,
double y,
double z)
mv() is alias of add() |
ICurveR |
mv(IDoubleI x,
IDoubleI y,
IDoubleI z)
|
ICurveR |
mv(IVecI v)
|
ICurveR |
name(java.lang.String nm)
IObject methods |
ICurveR |
neg()
|
int |
num()
|
int |
num(ISwitchE e)
|
IIntegerI |
num(ISwitchR r)
|
IVecI |
pt(double u)
|
IVecI |
pt(IDoubleI u)
|
ICurveR |
ref(IVecI planeDir)
reflect(mirror) 3 dimensionally to the other side of the plane |
ICurveR |
ref(IVecI center,
IVecI planeDir)
|
ICurveR |
rev()
reverse self curve ; not creating a new object |
ICurveR |
rot(IVecI axis,
double angle)
|
ICurveR |
rot(IVecI axis,
IDoubleI angle)
|
ICurveR |
rot(IVecI axis,
IVecI destDir)
rotate to destination direction vector |
ICurveR |
rot(IVecI center,
IVecI axis,
double angle)
|
ICurveR |
rot(IVecI center,
IVecI axis,
IDoubleI angle)
|
ICurveR |
rot(IVecI center,
IVecI axis,
IVecI destPt)
rotate to destination point location |
ICurveR |
scale(double f)
|
ICurveR |
scale(IDoubleI f)
alias of mul |
ICurveR |
scale(IVecI center,
double f)
|
ICurveR |
scale(IVecI center,
IDoubleI f)
|
ICurveR |
scale1d(IVecI axis,
double f)
scale only in 1 direction |
ICurveR |
scale1d(IVecI axis,
IDoubleI f)
|
ICurveR |
scale1d(IVecI center,
IVecI axis,
double f)
|
ICurveR |
scale1d(IVecI center,
IVecI axis,
IDoubleI f)
|
ICurveR |
setColor(java.awt.Color c)
|
ICurveR |
setColor(java.awt.Color c,
int alpha)
|
ICurveR |
setColor(double dgray)
|
ICurveR |
setColor(double dgray,
double dalpha)
|
ICurveR |
setColor(double dr,
double dg,
double db)
|
ICurveR |
setColor(double dr,
double dg,
double db,
double da)
|
ICurveR |
setColor(float fgray)
|
ICurveR |
setColor(float fgray,
float falpha)
|
ICurveR |
setColor(float fr,
float fg,
float fb)
|
ICurveR |
setColor(float fr,
float fg,
float fb,
float fa)
|
ICurveR |
setColor(int gray)
|
ICurveR |
setColor(int gray,
int alpha)
|
ICurveR |
setColor(int r,
int g,
int b)
|
ICurveR |
setColor(int r,
int g,
int b,
int a)
|
ICurveR |
setHSBColor(double h,
double s,
double b)
|
ICurveR |
setHSBColor(double h,
double s,
double b,
double a)
|
ICurveR |
setHSBColor(float h,
float s,
float b)
|
ICurveR |
setHSBColor(float h,
float s,
float b,
float a)
|
ICurveR |
shear(double sxy,
double syx,
double syz,
double szy,
double szx,
double sxz)
shear operation |
ICurveR |
shear(IDoubleI sxy,
IDoubleI syx,
IDoubleI syz,
IDoubleI szy,
IDoubleI szx,
IDoubleI sxz)
|
ICurveR |
shear(IVecI center,
double sxy,
double syx,
double syz,
double szy,
double szx,
double sxz)
|
ICurveR |
shear(IVecI center,
IDoubleI sxy,
IDoubleI syx,
IDoubleI syz,
IDoubleI szy,
IDoubleI szx,
IDoubleI sxz)
|
ICurveR |
shearXY(double sxy,
double syx)
|
ICurveR |
shearXY(IDoubleI sxy,
IDoubleI syx)
|
ICurveR |
shearXY(IVecI center,
double sxy,
double syx)
|
ICurveR |
shearXY(IVecI center,
IDoubleI sxy,
IDoubleI syx)
|
ICurveR |
shearYZ(double syz,
double szy)
|
ICurveR |
shearYZ(IDoubleI syz,
IDoubleI szy)
|
ICurveR |
shearYZ(IVecI center,
double syz,
double szy)
|
ICurveR |
shearYZ(IVecI center,
IDoubleI syz,
IDoubleI szy)
|
ICurveR |
shearZX(double szx,
double sxz)
|
ICurveR |
shearZX(IDoubleI szx,
IDoubleI sxz)
|
ICurveR |
shearZX(IVecI center,
double szx,
double sxz)
|
ICurveR |
shearZX(IVecI center,
IDoubleI szx,
IDoubleI sxz)
|
ICurveR |
show()
|
IVecI |
start()
|
IVecI |
startCP()
|
ICurveR |
sub(double x,
double y,
double z)
|
ICurveR |
sub(IDoubleI x,
IDoubleI y,
IDoubleI z)
|
ICurveR |
sub(IVecI v)
|
IVecI |
tan(double u)
|
IVecI |
tan(IDoubleI u)
|
ICurveR |
transform(IMatrix3I mat)
|
ICurveR |
transform(IMatrix4I mat)
|
ICurveR |
transform(IVecI xvec,
IVecI yvec,
IVecI zvec)
|
ICurveR |
transform(IVecI xvec,
IVecI yvec,
IVecI zvec,
IVecI translate)
|
ICurveR |
translate(double x,
double y,
double z)
translate is alias of add() |
ICurveR |
translate(IDoubleI x,
IDoubleI y,
IDoubleI z)
|
ICurveR |
translate(IVecI v)
|
IDoubleI |
u(IInteger epIdx,
IDouble epFraction)
|
double |
u(int epIdx,
double epFraction)
|
double |
uend()
|
double |
uend(ISwitchE e)
|
IDoubleI |
uend(ISwitchR r)
|
double |
ustart()
|
double |
ustart(ISwitchE e)
|
IDoubleI |
ustart(ISwitchR r)
|
Methods inherited from class igeo.IObject |
---|
addDynamics, attr, attr, clearDynamics, clearGraphics, clr, del, deletDynamics, deleteDynamics, deleteDynamics, deleteGraphic, dynamicsNum, getColor, getDynamics, getGraphic, getGraphic, getParameter, graphicsNum, initGraphic, initObject, isVisible, layer, name, resetGraphic, server, setParameter, syncColor, updateGraphic, visible |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public ICurveI curve
Constructor Detail |
---|
public ICurveR()
public ICurveR(ICurveI crv)
public ICurveR(IServerI s)
public ICurveR(IServerI s, ICurveI crv)
public ICurveR(ICurveR crv)
public ICurveR(IServerI s, ICurveR crv)
Method Detail |
---|
public void initCurve(IServerI s)
public IGraphicObject createGraphic(IGraphicMode m)
createGraphic
in class IObject
public boolean isValid()
IObject
isValid
in interface ICurveI
isValid
in class IObject
public ICurveGeo get()
get
in interface ICurveI
get
in interface ICurveOp
get
in interface IParameter
public ICurveR dup()
IObject
dup
in interface ICurveI
dup
in interface ITransformable
dup
in class IObject
public IVecI pt(IDoubleI u)
pt
in interface ICurveI
public IVecI pt(double u)
pt
in interface ICurveI
public IVecI tan(IDoubleI u)
tan
in interface ICurveI
public IVecI tan(double u)
tan
in interface ICurveI
public IVecI cp(int i)
cp
in interface ICurveI
public IVecI cp(IIntegerI i)
cp
in interface ICurveI
public IVecI[] cps()
ICurveI
cps
in interface ICurveI
public IVecI ep(int i)
ep
in interface ICurveI
public IVecI ep(IIntegerI i)
ep
in interface ICurveI
public IVecI start()
start
in interface ICurveI
public IVecI end()
end
in interface ICurveI
public IVecI startCP()
startCP
in interface ICurveI
public IVecI endCP()
endCP
in interface ICurveI
public double knot(int i)
knot
in interface ICurveI
public IDoubleI knot(IIntegerI i)
knot
in interface ICurveI
public double[] knots()
ICurveI
knots
in interface ICurveI
public double[] knots(ISwitchE e)
knots
in interface ICurveI
public IDoubleI[] knots(ISwitchR r)
knots
in interface ICurveI
public int knotNum()
knotNum
in interface ICurveI
public int knotNum(ISwitchE e)
knotNum
in interface ICurveI
public IIntegerI knotNum(ISwitchR r)
knotNum
in interface ICurveI
public boolean isRational()
isRational
in interface ICurveI
public boolean isRational(ISwitchE e)
isRational
in interface ICurveI
public IBoolI isRational(ISwitchR r)
isRational
in interface ICurveI
public int deg()
deg
in interface ICurveI
public int deg(ISwitchE e)
deg
in interface ICurveI
public IIntegerI deg(ISwitchR r)
deg
in interface ICurveI
public int num()
num
in interface ICurveI
public int num(ISwitchE e)
num
in interface ICurveI
public IIntegerI num(ISwitchR r)
num
in interface ICurveI
public int cpNum()
cpNum
in interface ICurveI
public int cpNum(ISwitchE e)
cpNum
in interface ICurveI
public IIntegerI cpNum(ISwitchR r)
cpNum
in interface ICurveI
public int epNum()
epNum
in interface ICurveI
public int epNum(ISwitchE e)
epNum
in interface ICurveI
public IIntegerI epNum(ISwitchR r)
epNum
in interface ICurveI
public double len()
len
in interface ICurveI
public double len(ISwitchE e)
len
in interface ICurveI
public IDouble len(ISwitchR r)
len
in interface ICurveI
public double u(int epIdx, double epFraction)
u
in interface ICurveI
public IDoubleI u(IInteger epIdx, IDouble epFraction)
u
in interface ICurveI
public double ustart()
ustart
in interface ICurveI
public double uend()
uend
in interface ICurveI
public double ustart(ISwitchE e)
ustart
in interface ICurveI
public double uend(ISwitchE e)
uend
in interface ICurveI
public IDoubleI ustart(ISwitchR r)
ustart
in interface ICurveI
public IDoubleI uend(ISwitchR r)
uend
in interface ICurveI
public boolean isClosed()
isClosed
in interface ICurveI
public boolean isClosed(ISwitchE e)
isClosed
in interface ICurveI
public IBoolI isClosed(ISwitchR r)
isClosed
in interface ICurveI
public ICurveR rev()
ICurveI
rev
in interface ICurveI
public ICurveR add(double x, double y, double z)
add
in interface ICurveI
add
in interface ITransformable
public ICurveR add(IDoubleI x, IDoubleI y, IDoubleI z)
add
in interface ICurveI
add
in interface ITransformable
public ICurveR add(IVecI v)
add
in interface ICurveI
add
in interface ITransformable
public ICurveR sub(double x, double y, double z)
sub
in interface ICurveI
sub
in interface ITransformable
public ICurveR sub(IDoubleI x, IDoubleI y, IDoubleI z)
sub
in interface ICurveI
sub
in interface ITransformable
public ICurveR sub(IVecI v)
sub
in interface ICurveI
sub
in interface ITransformable
public ICurveR mul(IDoubleI v)
mul
in interface ICurveI
mul
in interface ITransformable
public ICurveR mul(double v)
mul
in interface ICurveI
mul
in interface ITransformable
public ICurveR div(IDoubleI v)
div
in interface ICurveI
div
in interface ITransformable
public ICurveR div(double v)
div
in interface ICurveI
div
in interface ITransformable
public ICurveR neg()
neg
in interface ICurveI
neg
in interface ITransformable
public ICurveR flip()
ICurveI
flip
in interface ICurveI
flip
in interface ITransformable
public ICurveR add(IVecI v, double f)
add
in interface ICurveI
add
in interface ITransformable
public ICurveR add(IVecI v, IDoubleI f)
add
in interface ICurveI
add
in interface ITransformable
public ICurveR rot(IVecI axis, IDoubleI angle)
rot
in interface ICurveI
rot
in interface ITransformable
public ICurveR rot(IVecI axis, double angle)
rot
in interface ICurveI
rot
in interface ITransformable
public ICurveR rot(IVecI center, IVecI axis, IDoubleI angle)
rot
in interface ICurveI
rot
in interface ITransformable
public ICurveR rot(IVecI center, IVecI axis, double angle)
rot
in interface ICurveI
rot
in interface ITransformable
public ICurveR rot(IVecI axis, IVecI destDir)
rot
in interface ICurveI
rot
in interface ITransformable
public ICurveR rot(IVecI center, IVecI axis, IVecI destPt)
rot
in interface ICurveI
rot
in interface ITransformable
public ICurveR scale(IDoubleI f)
scale
in interface ICurveI
scale
in interface ITransformable
public ICurveR scale(double f)
scale
in interface ICurveI
scale
in interface ITransformable
public ICurveR scale(IVecI center, IDoubleI f)
scale
in interface ICurveI
scale
in interface ITransformable
public ICurveR scale(IVecI center, double f)
scale
in interface ICurveI
scale
in interface ITransformable
public ICurveR scale1d(IVecI axis, double f)
scale1d
in interface ICurveI
scale1d
in interface ITransformable
public ICurveR scale1d(IVecI axis, IDoubleI f)
scale1d
in interface ICurveI
scale1d
in interface ITransformable
public ICurveR scale1d(IVecI center, IVecI axis, double f)
scale1d
in interface ICurveI
scale1d
in interface ITransformable
public ICurveR scale1d(IVecI center, IVecI axis, IDoubleI f)
scale1d
in interface ICurveI
scale1d
in interface ITransformable
public ICurveR ref(IVecI planeDir)
ref
in interface ICurveI
ref
in interface ITransformable
public ICurveR ref(IVecI center, IVecI planeDir)
ref
in interface ICurveI
ref
in interface ITransformable
public ICurveR mirror(IVecI planeDir)
mirror
in interface ICurveI
mirror
in interface ITransformable
public ICurveR mirror(IVecI center, IVecI planeDir)
mirror
in interface ICurveI
mirror
in interface ITransformable
public ICurveR shear(double sxy, double syx, double syz, double szy, double szx, double sxz)
shear
in interface ICurveI
shear
in interface ITransformable
public ICurveR shear(IDoubleI sxy, IDoubleI syx, IDoubleI syz, IDoubleI szy, IDoubleI szx, IDoubleI sxz)
shear
in interface ICurveI
shear
in interface ITransformable
public ICurveR shear(IVecI center, double sxy, double syx, double syz, double szy, double szx, double sxz)
shear
in interface ICurveI
shear
in interface ITransformable
public ICurveR shear(IVecI center, IDoubleI sxy, IDoubleI syx, IDoubleI syz, IDoubleI szy, IDoubleI szx, IDoubleI sxz)
shear
in interface ICurveI
shear
in interface ITransformable
public ICurveR shearXY(double sxy, double syx)
shearXY
in interface ICurveI
shearXY
in interface ITransformable
public ICurveR shearXY(IDoubleI sxy, IDoubleI syx)
shearXY
in interface ICurveI
shearXY
in interface ITransformable
public ICurveR shearXY(IVecI center, double sxy, double syx)
shearXY
in interface ICurveI
shearXY
in interface ITransformable
public ICurveR shearXY(IVecI center, IDoubleI sxy, IDoubleI syx)
shearXY
in interface ICurveI
shearXY
in interface ITransformable
public ICurveR shearYZ(double syz, double szy)
shearYZ
in interface ICurveI
shearYZ
in interface ITransformable
public ICurveR shearYZ(IDoubleI syz, IDoubleI szy)
shearYZ
in interface ICurveI
shearYZ
in interface ITransformable
public ICurveR shearYZ(IVecI center, double syz, double szy)
shearYZ
in interface ICurveI
shearYZ
in interface ITransformable
public ICurveR shearYZ(IVecI center, IDoubleI syz, IDoubleI szy)
shearYZ
in interface ICurveI
shearYZ
in interface ITransformable
public ICurveR shearZX(double szx, double sxz)
shearZX
in interface ICurveI
shearZX
in interface ITransformable
public ICurveR shearZX(IDoubleI szx, IDoubleI sxz)
shearZX
in interface ICurveI
shearZX
in interface ITransformable
public ICurveR shearZX(IVecI center, double szx, double sxz)
shearZX
in interface ICurveI
shearZX
in interface ITransformable
public ICurveR shearZX(IVecI center, IDoubleI szx, IDoubleI sxz)
shearZX
in interface ICurveI
shearZX
in interface ITransformable
public ICurveR translate(double x, double y, double z)
translate
in interface ICurveI
translate
in interface ITransformable
public ICurveR translate(IDoubleI x, IDoubleI y, IDoubleI z)
translate
in interface ICurveI
translate
in interface ITransformable
public ICurveR translate(IVecI v)
translate
in interface ICurveI
translate
in interface ITransformable
public ICurveR mv(double x, double y, double z)
mv
in interface ITransformable
public ICurveR mv(IDoubleI x, IDoubleI y, IDoubleI z)
mv
in interface ITransformable
public ICurveR mv(IVecI v)
mv
in interface ITransformable
public ICurveR cp()
cp
in interface ITransformable
cp
in class IObject
public ICurveR cp(double x, double y, double z)
cp
in interface ITransformable
public ICurveR cp(IDoubleI x, IDoubleI y, IDoubleI z)
cp
in interface ITransformable
public ICurveR cp(IVecI v)
cp
in interface ITransformable
public ICurveR transform(IMatrix3I mat)
transform
in interface ICurveI
transform
in interface ITransformable
public ICurveR transform(IMatrix4I mat)
transform
in interface ICurveI
transform
in interface ITransformable
public ICurveR transform(IVecI xvec, IVecI yvec, IVecI zvec)
transform
in interface ICurveI
transform
in interface ITransformable
public ICurveR transform(IVecI xvec, IVecI yvec, IVecI zvec, IVecI translate)
transform
in interface ICurveI
transform
in interface ITransformable
public ICurveR name(java.lang.String nm)
name
in class IObject
public ICurveR layer(ILayer l)
layer
in class IObject
public ICurveR hide()
hide
in class IObject
public ICurveR show()
show
in class IObject
public ICurveR clr(java.awt.Color c)
clr
in class IObject
public ICurveR clr(java.awt.Color c, int alpha)
IObject
clr
in class IObject
public ICurveR clr(int gray)
clr
in class IObject
public ICurveR clr(float fgray)
clr
in class IObject
public ICurveR clr(double dgray)
clr
in class IObject
public ICurveR clr(int gray, int alpha)
clr
in class IObject
public ICurveR clr(float fgray, float falpha)
clr
in class IObject
public ICurveR clr(double dgray, double dalpha)
clr
in class IObject
public ICurveR clr(int r, int g, int b)
clr
in class IObject
public ICurveR clr(float fr, float fg, float fb)
clr
in class IObject
public ICurveR clr(double dr, double dg, double db)
clr
in class IObject
public ICurveR clr(int r, int g, int b, int a)
clr
in class IObject
public ICurveR clr(float fr, float fg, float fb, float fa)
clr
in class IObject
public ICurveR clr(double dr, double dg, double db, double da)
clr
in class IObject
public ICurveR hsb(float h, float s, float b, float a)
hsb
in class IObject
public ICurveR hsb(double h, double s, double b, double a)
hsb
in class IObject
public ICurveR hsb(float h, float s, float b)
hsb
in class IObject
public ICurveR hsb(double h, double s, double b)
hsb
in class IObject
public ICurveR setColor(java.awt.Color c)
setColor
in class IObject
public ICurveR setColor(java.awt.Color c, int alpha)
setColor
in class IObject
public ICurveR setColor(int gray)
setColor
in class IObject
public ICurveR setColor(float fgray)
setColor
in class IObject
public ICurveR setColor(double dgray)
setColor
in class IObject
public ICurveR setColor(int gray, int alpha)
setColor
in class IObject
public ICurveR setColor(float fgray, float falpha)
setColor
in class IObject
public ICurveR setColor(double dgray, double dalpha)
setColor
in class IObject
public ICurveR setColor(int r, int g, int b)
setColor
in class IObject
public ICurveR setColor(float fr, float fg, float fb)
setColor
in class IObject
public ICurveR setColor(double dr, double dg, double db)
setColor
in class IObject
public ICurveR setColor(int r, int g, int b, int a)
setColor
in class IObject
public ICurveR setColor(float fr, float fg, float fb, float fa)
setColor
in class IObject
public ICurveR setColor(double dr, double dg, double db, double da)
setColor
in class IObject
public ICurveR setHSBColor(float h, float s, float b, float a)
setHSBColor
in class IObject
public ICurveR setHSBColor(double h, double s, double b, double a)
setHSBColor
in class IObject
public ICurveR setHSBColor(float h, float s, float b)
setHSBColor
in class IObject
public ICurveR setHSBColor(double h, double s, double b)
setHSBColor
in class IObject
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |