|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectigeo.IObject
igeo.IAgent
igeo.IPointAgent
igeo.IParticleAgent
public class IParticleAgent
Class of an agent with IParticle.
| Field Summary | |
|---|---|
IVec |
frc
|
IParticle |
particle
|
IVec |
vel
|
| Fields inherited from class igeo.IPointAgent |
|---|
point, pos |
| Fields inherited from class igeo.IAgent |
|---|
alive, duration, localDynamics, parent, targets, time |
| Fields inherited from class igeo.IObject |
|---|
attribute, dynamics, graphics, parameter, server |
| Constructor Summary | |
|---|---|
IParticleAgent()
|
|
IParticleAgent(double x,
double y,
double z)
|
|
IParticleAgent(double x,
double y,
double z,
double vx,
double vy,
double vz)
|
|
IParticleAgent(IParticle ptcl)
|
|
IParticleAgent(IParticleAgent p)
|
|
IParticleAgent(IParticleAgent p,
IVecI vel)
|
|
IParticleAgent(IParticle ptcl,
IVecI vel)
|
|
IParticleAgent(IVec p)
|
|
IParticleAgent(IVecI p)
|
|
IParticleAgent(IVecI p,
IVecI vel)
|
|
IParticleAgent(IVec p,
IVec vel)
|
|
| Method Summary | |
|---|---|
IVec |
acc()
get acceleration. |
IVec |
acceleration()
get acceleration. |
IParticleAgent |
add(double x,
double y,
double z)
|
IParticleAgent |
add(double f,
IVecI v)
scale add alias |
IParticleAgent |
add(IDoubleI x,
IDoubleI y,
IDoubleI z)
|
IParticleAgent |
add(IDoubleI f,
IVecI v)
scale add alias |
IParticleAgent |
add(IVecI v)
|
IParticleAgent |
add(IVecI v,
double f)
scale add |
IParticleAgent |
add(IVecI v,
IDoubleI f)
scale add |
IParticleAgent |
addForce(IVecI f)
alias of push |
IParticleAgent |
clr(java.awt.Color c)
|
IParticleAgent |
clr(java.awt.Color c,
int alpha)
to set color, with alpha value overwritten |
IParticleAgent |
clr(double dgray)
|
IParticleAgent |
clr(double dgray,
double dalpha)
|
IParticleAgent |
clr(double dr,
double dg,
double db)
|
IParticleAgent |
clr(double dr,
double dg,
double db,
double da)
|
IParticleAgent |
clr(float fgray)
|
IParticleAgent |
clr(float fgray,
float falpha)
|
IParticleAgent |
clr(float fr,
float fg,
float fb)
|
IParticleAgent |
clr(float fr,
float fg,
float fb,
float fa)
|
IParticleAgent |
clr(int gray)
|
IParticleAgent |
clr(int gray,
int alpha)
|
IParticleAgent |
clr(int r,
int g,
int b)
|
IParticleAgent |
clr(int r,
int g,
int b,
int a)
|
IParticleAgent |
cp()
alias of dup() |
IParticleAgent |
cp(double x,
double y,
double z)
cp() is alias of dup().add() |
IParticleAgent |
cp(IDoubleI x,
IDoubleI y,
IDoubleI z)
|
IParticleAgent |
cp(IVecI v)
|
double |
decay()
|
IParticleAgent |
decay(double d)
|
IParticleAgent |
div(double v)
|
IParticleAgent |
div(IDoubleI v)
|
IParticleAgent |
dup()
methods of IVecI |
IParticleAgent |
fix()
|
IParticleAgent |
flip()
alias of neg |
IVec |
force()
get force |
IParticleAgent |
force(IVecI v)
set force |
IVec |
frc()
get force |
IParticleAgent |
frc(IVecI v)
set force |
double |
fric()
get friction |
IParticleAgent |
fric(double friction)
set friction |
double |
friction()
get friction |
IParticleAgent |
friction(double friction)
set friction |
IParticleAgent |
hide()
|
IParticleAgent |
hsb(double h,
double s,
double b)
|
IParticleAgent |
hsb(double h,
double s,
double b,
double a)
|
IParticleAgent |
hsb(float h,
float s,
float b)
|
IParticleAgent |
hsb(float h,
float s,
float b,
float a)
|
void |
initParticleAgent()
|
void |
initParticleAgent(IParticle ptcl)
|
void |
initParticleAgent(IParticle ptcl,
IVecI vel)
|
void |
initParticleAgent(IVecI vel)
|
IParticleAgent |
layer(ILayer l)
Set layer by ILayer object |
IParticleAgent |
len(double l)
|
IParticleAgent |
len(IDoubleI l)
|
double |
mass()
get mass |
IParticleAgent |
mass(double mass)
set mass |
IParticleAgent |
mirror(IVecI planeDir)
mirror is alias of ref |
IParticleAgent |
mirror(IVecI center,
IVecI planeDir)
|
IParticleAgent |
mul(double v)
|
IParticleAgent |
mul(IDoubleI v)
|
IParticleAgent |
mv(double x,
double y,
double z)
mv() is alias of add() |
IParticleAgent |
mv(IDoubleI x,
IDoubleI y,
IDoubleI z)
|
IParticleAgent |
mv(IVecI v)
|
IParticleAgent |
name(java.lang.String nm)
methods of IObject |
IParticleAgent |
neg()
|
IVec |
pos()
get position |
IParticleAgent |
pos(IVecI v)
set position |
IVec |
position()
get position |
IParticleAgent |
position(IVecI v)
set position |
IParticleAgent |
pull(IVecI f)
equivalent to push(f.dup().neg()) |
IParticleAgent |
push(IVecI f)
adding force to particle |
IParticleAgent |
ref(IVecI planeDir)
reflect(mirror) 3 dimensionally to the other side of the plane |
IParticleAgent |
ref(IVecI center,
IVecI planeDir)
|
IParticleAgent |
reset()
setting force zero |
IParticleAgent |
resetForce()
alias of reset |
IParticleAgent |
rev()
alias of neg() |
IParticleAgent |
rot(double angle)
|
IParticleAgent |
rot(IDoubleI angle)
rotation around z-axis and origin |
IParticleAgent |
rot(IVecI axis,
double angle)
|
IParticleAgent |
rot(IVecI axis,
IDoubleI angle)
rotation around axis vector |
IParticleAgent |
rot(IVecI axis,
IVecI destDir)
rotate to destination direction vector |
IParticleAgent |
rot(IVecI center,
IVecI axis,
double angle)
|
IParticleAgent |
rot(IVecI center,
IVecI axis,
IDoubleI angle)
rotation around axis vector and center |
IParticleAgent |
rot(IVecI center,
IVecI axis,
IVecI destPt)
rotate to destination point location |
IParticleAgent |
rot2(double angle)
rotation on xy-plane around origin; same with rot(double) |
IParticleAgent |
rot2(IDoubleI angle)
rotation on xy-plane around origin; same with rot(IDoubleI) |
IParticleAgent |
rot2(IVecI destDir)
rotation on xy-plane to destination direction vector |
IParticleAgent |
rot2(IVecI center,
double angle)
|
IParticleAgent |
rot2(IVecI center,
IDoubleI angle)
rotation on xy-plane around center |
IParticleAgent |
rot2(IVecI center,
IVecI destPt)
rotation on xy-plane to destination point location |
IParticleAgent |
scale(double f)
|
IParticleAgent |
scale(IDoubleI f)
alias of mul |
IParticleAgent |
scale(IVecI center,
double f)
|
IParticleAgent |
scale(IVecI center,
IDoubleI f)
|
IParticleAgent |
scale1d(IVecI axis,
double f)
scale only in 1 direction |
IParticleAgent |
scale1d(IVecI axis,
IDoubleI f)
|
IParticleAgent |
scale1d(IVecI center,
IVecI axis,
double f)
|
IParticleAgent |
scale1d(IVecI center,
IVecI axis,
IDoubleI f)
|
IParticleAgent |
set(double x,
double y,
double z)
|
IParticleAgent |
set(IDoubleI x,
IDoubleI y,
IDoubleI z)
|
IParticleAgent |
set(IVecI v)
|
IParticleAgent |
setColor(java.awt.Color c)
|
IParticleAgent |
setColor(java.awt.Color c,
int alpha)
|
IParticleAgent |
setColor(double dgray)
|
IParticleAgent |
setColor(double dgray,
double dalpha)
|
IParticleAgent |
setColor(double dr,
double dg,
double db)
|
IParticleAgent |
setColor(double dr,
double dg,
double db,
double da)
|
IParticleAgent |
setColor(float fgray)
|
IParticleAgent |
setColor(float fgray,
float falpha)
|
IParticleAgent |
setColor(float fr,
float fg,
float fb)
|
IParticleAgent |
setColor(float fr,
float fg,
float fb,
float fa)
|
IParticleAgent |
setColor(int gray)
|
IParticleAgent |
setColor(int gray,
int alpha)
|
IParticleAgent |
setColor(int r,
int g,
int b)
|
IParticleAgent |
setColor(int r,
int g,
int b,
int a)
|
IParticleAgent |
setHSBColor(double h,
double s,
double b)
|
IParticleAgent |
setHSBColor(double h,
double s,
double b,
double a)
|
IParticleAgent |
setHSBColor(float h,
float s,
float b)
|
IParticleAgent |
setHSBColor(float h,
float s,
float b,
float a)
|
IParticleAgent |
setSize(double sz)
methods of IPoint |
IParticleAgent |
shear(double sxy,
double syx,
double syz,
double szy,
double szx,
double sxz)
shear operation |
IParticleAgent |
shear(IDoubleI sxy,
IDoubleI syx,
IDoubleI syz,
IDoubleI szy,
IDoubleI szx,
IDoubleI sxz)
|
IParticleAgent |
shear(IVecI center,
double sxy,
double syx,
double syz,
double szy,
double szx,
double sxz)
|
IParticleAgent |
shear(IVecI center,
IDoubleI sxy,
IDoubleI syx,
IDoubleI syz,
IDoubleI szy,
IDoubleI szx,
IDoubleI sxz)
|
IParticleAgent |
shearXY(double sxy,
double syx)
|
IParticleAgent |
shearXY(IDoubleI sxy,
IDoubleI syx)
|
IParticleAgent |
shearXY(IVecI center,
double sxy,
double syx)
|
IParticleAgent |
shearXY(IVecI center,
IDoubleI sxy,
IDoubleI syx)
|
IParticleAgent |
shearYZ(double syz,
double szy)
|
IParticleAgent |
shearYZ(IDoubleI syz,
IDoubleI szy)
|
IParticleAgent |
shearYZ(IVecI center,
double syz,
double szy)
|
IParticleAgent |
shearYZ(IVecI center,
IDoubleI syz,
IDoubleI szy)
|
IParticleAgent |
shearZX(double szx,
double sxz)
|
IParticleAgent |
shearZX(IDoubleI szx,
IDoubleI sxz)
|
IParticleAgent |
shearZX(IVecI center,
double szx,
double sxz)
|
IParticleAgent |
shearZX(IVecI center,
IDoubleI szx,
IDoubleI sxz)
|
IParticleAgent |
show()
|
IParticleAgent |
size(double sz)
|
IParticleAgent |
sub(double x,
double y,
double z)
|
IParticleAgent |
sub(IDoubleI x,
IDoubleI y,
IDoubleI z)
|
IParticleAgent |
sub(IVecI v)
|
IParticleAgent |
transform(IMatrix3I mat)
|
IParticleAgent |
transform(IMatrix4I mat)
|
IParticleAgent |
transform(IVecI xvec,
IVecI yvec,
IVecI zvec)
|
IParticleAgent |
transform(IVecI xvec,
IVecI yvec,
IVecI zvec,
IVecI translate)
|
IParticleAgent |
translate(double x,
double y,
double z)
translate() is alias of add() |
IParticleAgent |
translate(IDoubleI x,
IDoubleI y,
IDoubleI z)
|
IParticleAgent |
translate(IVecI v)
|
IParticleAgent |
unfix()
|
IParticleAgent |
unit()
|
IVec |
vel()
get velocity |
IParticleAgent |
vel(IVecI v)
set velocity |
IVec |
velocity()
get velocity |
IParticleAgent |
velocity(IVecI v)
set velocity |
| Methods inherited from class igeo.IPointAgent |
|---|
angle, angle, angle, angle, angle, angle, bisect, cross, dif, diff, dist, dist, dist, dist2, dist2, dist2, dot, dot, dot, eq, eq, eq, eq, eq, eq, eqX, eqX, eqX, eqX, eqX, eqX, eqY, eqY, eqY, eqY, eqY, eqY, eqZ, eqZ, eqZ, eqZ, eqZ, eqZ, get, getSize, getX, getY, getZ, isValid, len, len, len, len2, len2, len2, mid, nml, nml, size, sum, sum, sum, sum, sum, sum, to2d, to4d, to4d, to4d, toString, x, y, z, zero |
| Methods inherited from class igeo.IAgent |
|---|
addDynamics, alive, del, deletDynamics, deleteDynamics, deleteDynamics, duration, duration, dynamicsNum, getDynamics, initAgent, interact, interact, parent, parent, postinteract, postupdate, preinteract, preupdate, removeTarget, removeTarget, target, target, targetNum, targets, time, time, update, updateGraphic, updateTarget |
| Methods inherited from class igeo.IObject |
|---|
alpha, alphaInt, attr, attr, blue, blueInt, clearDynamics, clearGraphics, clr, createGraphic, deleteGraphic, getColor, getGraphic, getGraphic, getParameter, graphicsNum, green, greenInt, initGraphic, initObject, isVisible, layer, layer, name, red, redInt, resetGraphic, server, setParameter, syncColor, visible |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public IParticle particle
public IVec vel
public IVec frc
| Constructor Detail |
|---|
public IParticleAgent()
public IParticleAgent(double x,
double y,
double z)
public IParticleAgent(IVec p)
public IParticleAgent(IVecI p)
public IParticleAgent(IParticle ptcl)
public IParticleAgent(IParticleAgent p)
public IParticleAgent(double x,
double y,
double z,
double vx,
double vy,
double vz)
public IParticleAgent(IVec p,
IVec vel)
public IParticleAgent(IVecI p,
IVecI vel)
public IParticleAgent(IParticle ptcl,
IVecI vel)
public IParticleAgent(IParticleAgent p,
IVecI vel)
| Method Detail |
|---|
public void initParticleAgent()
public void initParticleAgent(IParticle ptcl)
public void initParticleAgent(IVecI vel)
public void initParticleAgent(IParticle ptcl,
IVecI vel)
public IParticleAgent fix()
public IParticleAgent unfix()
public double mass()
IParticleI
mass in interface IParticleIpublic IParticleAgent mass(double mass)
IParticleI
mass in interface IParticleIpublic IVec position()
IParticleI
position in interface IParticleIposition in class IPointAgentpublic IParticleAgent position(IVecI v)
IParticleI
position in interface IParticleIposition in class IPointAgentpublic IVec pos()
IParticleI
pos in interface IParticleIpos in class IPointAgentpublic IParticleAgent pos(IVecI v)
IParticleI
pos in interface IParticleIpos in class IPointAgentpublic IVec velocity()
IParticleI
velocity in interface IParticleIpublic IParticleAgent velocity(IVecI v)
IParticleI
velocity in interface IParticleIpublic IVec vel()
IParticleI
vel in interface IParticleIpublic IParticleAgent vel(IVecI v)
IParticleI
vel in interface IParticleIpublic IVec acceleration()
IParticleI
acceleration in interface IParticleIpublic IVec acc()
IParticleI
acc in interface IParticleIpublic IVec force()
IParticleI
force in interface IParticleIpublic IParticleAgent force(IVecI v)
IParticleI
force in interface IParticleIpublic IVec frc()
IParticleI
frc in interface IParticleIpublic IParticleAgent frc(IVecI v)
IParticleI
frc in interface IParticleIpublic double friction()
IParticleI
friction in interface IParticleIpublic IParticleAgent friction(double friction)
IParticleI
friction in interface IParticleIpublic double fric()
IParticleI
fric in interface IParticleIpublic IParticleAgent fric(double friction)
IParticleI
fric in interface IParticleIpublic double decay()
decay in interface IParticleIpublic IParticleAgent decay(double d)
decay in interface IParticleIpublic IParticleAgent push(IVecI f)
IParticleI
push in interface IParticleIpublic IParticleAgent pull(IVecI f)
IParticleI
pull in interface IParticleIpublic IParticleAgent addForce(IVecI f)
IParticleI
addForce in interface IParticleIpublic IParticleAgent reset()
IParticleI
reset in interface IParticleIpublic IParticleAgent resetForce()
IParticleI
resetForce in interface IParticleIpublic IParticleAgent dup()
dup in interface ITransformabledup in interface IVecIdup in class IPointAgentpublic IParticleAgent set(IVecI v)
set in interface IVecIset in class IPointAgent
public IParticleAgent set(double x,
double y,
double z)
set in interface IVecIset in class IPointAgent
public IParticleAgent set(IDoubleI x,
IDoubleI y,
IDoubleI z)
set in interface IVecIset in class IPointAgent
public IParticleAgent add(double x,
double y,
double z)
add in interface ITransformableadd in interface IVecIadd in class IPointAgent
public IParticleAgent add(IDoubleI x,
IDoubleI y,
IDoubleI z)
add in interface ITransformableadd in interface IVecIadd in class IPointAgentpublic IParticleAgent add(IVecI v)
add in interface ITransformableadd in interface IVecIadd in class IPointAgent
public IParticleAgent sub(double x,
double y,
double z)
sub in interface ITransformablesub in interface IVecIsub in class IPointAgent
public IParticleAgent sub(IDoubleI x,
IDoubleI y,
IDoubleI z)
sub in interface ITransformablesub in interface IVecIsub in class IPointAgentpublic IParticleAgent sub(IVecI v)
sub in interface ITransformablesub in interface IVecIsub in class IPointAgentpublic IParticleAgent mul(IDoubleI v)
mul in interface ITransformablemul in interface IVecImul in class IPointAgentpublic IParticleAgent mul(double v)
mul in interface ITransformablemul in interface IVecImul in class IPointAgentpublic IParticleAgent div(IDoubleI v)
div in interface ITransformablediv in interface IVecIdiv in class IPointAgentpublic IParticleAgent div(double v)
div in interface ITransformablediv in interface IVecIdiv in class IPointAgentpublic IParticleAgent neg()
neg in interface ITransformableneg in interface IVecIneg in class IPointAgentpublic IParticleAgent rev()
IVecI
rev in interface IVecIrev in class IPointAgentpublic IParticleAgent flip()
ITransformable
flip in interface ITransformableflip in interface IVecIflip in class IPointAgent
public IParticleAgent add(IVecI v,
double f)
ITransformable
add in interface ITransformableadd in interface IVecIadd in class IPointAgent
public IParticleAgent add(IVecI v,
IDoubleI f)
ITransformable
add in interface ITransformableadd in interface IVecIadd in class IPointAgent
public IParticleAgent add(double f,
IVecI v)
ITransformable
add in interface ITransformableadd in class IPointAgent
public IParticleAgent add(IDoubleI f,
IVecI v)
ITransformable
add in interface ITransformableadd in class IPointAgentpublic IParticleAgent len(IDoubleI l)
len in interface IVecIlen in class IPointAgentpublic IParticleAgent len(double l)
len in interface IVecIlen in class IPointAgentpublic IParticleAgent unit()
unit in interface IVecIunit in class IPointAgentpublic IParticleAgent rot(IDoubleI angle)
ITransformable
rot in interface ITransformablerot in class IPointAgentpublic IParticleAgent rot(double angle)
rot in interface ITransformablerot in class IPointAgent
public IParticleAgent rot(IVecI axis,
IDoubleI angle)
ITransformable
rot in interface ITransformablerot in interface IVecIrot in class IPointAgent
public IParticleAgent rot(IVecI axis,
double angle)
rot in interface ITransformablerot in interface IVecIrot in class IPointAgent
public IParticleAgent rot(IVecI center,
IVecI axis,
double angle)
rot in interface ITransformablerot in interface IVecIrot in class IPointAgent
public IParticleAgent rot(IVecI center,
IVecI axis,
IDoubleI angle)
ITransformable
rot in interface ITransformablerot in interface IVecIrot in class IPointAgent
public IParticleAgent rot(IVecI axis,
IVecI destDir)
ITransformable
rot in interface ITransformablerot in interface IVecIrot in class IPointAgent
public IParticleAgent rot(IVecI center,
IVecI axis,
IVecI destPt)
ITransformable
rot in interface ITransformablerot in interface IVecIrot in class IPointAgentpublic IParticleAgent rot2(IDoubleI angle)
ITransformable
rot2 in interface ITransformablerot2 in class IPointAgentpublic IParticleAgent rot2(double angle)
ITransformable
rot2 in interface ITransformablerot2 in class IPointAgent
public IParticleAgent rot2(IVecI center,
double angle)
rot2 in interface ITransformablerot2 in class IPointAgent
public IParticleAgent rot2(IVecI center,
IDoubleI angle)
ITransformable
rot2 in interface ITransformablerot2 in class IPointAgentpublic IParticleAgent rot2(IVecI destDir)
ITransformable
rot2 in interface ITransformablerot2 in class IPointAgent
public IParticleAgent rot2(IVecI center,
IVecI destPt)
ITransformable
rot2 in interface ITransformablerot2 in class IPointAgentpublic IParticleAgent scale(IDoubleI f)
ITransformable
scale in interface ITransformablescale in interface IVecIscale in class IPointAgentpublic IParticleAgent scale(double f)
scale in interface ITransformablescale in interface IVecIscale in class IPointAgent
public IParticleAgent scale(IVecI center,
IDoubleI f)
scale in interface ITransformablescale in interface IVecIscale in class IPointAgent
public IParticleAgent scale(IVecI center,
double f)
scale in interface ITransformablescale in interface IVecIscale in class IPointAgent
public IParticleAgent scale1d(IVecI axis,
double f)
scale1d in interface ITransformablescale1d in interface IVecIscale1d in class IPointAgent
public IParticleAgent scale1d(IVecI axis,
IDoubleI f)
scale1d in interface ITransformablescale1d in interface IVecIscale1d in class IPointAgent
public IParticleAgent scale1d(IVecI center,
IVecI axis,
double f)
scale1d in interface ITransformablescale1d in interface IVecIscale1d in class IPointAgent
public IParticleAgent scale1d(IVecI center,
IVecI axis,
IDoubleI f)
scale1d in interface ITransformablescale1d in interface IVecIscale1d in class IPointAgentpublic IParticleAgent ref(IVecI planeDir)
ITransformable
ref in interface ITransformableref in interface IVecIref in class IPointAgent
public IParticleAgent ref(IVecI center,
IVecI planeDir)
ref in interface ITransformableref in interface IVecIref in class IPointAgentpublic IParticleAgent mirror(IVecI planeDir)
ITransformable
mirror in interface ITransformablemirror in interface IVecImirror in class IPointAgent
public IParticleAgent mirror(IVecI center,
IVecI planeDir)
mirror in interface ITransformablemirror in interface IVecImirror in class IPointAgent
public IParticleAgent shear(double sxy,
double syx,
double syz,
double szy,
double szx,
double sxz)
ITransformable
shear in interface ITransformableshear in interface IVecIshear in class IPointAgent
public IParticleAgent shear(IDoubleI sxy,
IDoubleI syx,
IDoubleI syz,
IDoubleI szy,
IDoubleI szx,
IDoubleI sxz)
shear in interface ITransformableshear in interface IVecIshear in class IPointAgent
public IParticleAgent shear(IVecI center,
double sxy,
double syx,
double syz,
double szy,
double szx,
double sxz)
shear in interface ITransformableshear in interface IVecIshear in class IPointAgent
public IParticleAgent shear(IVecI center,
IDoubleI sxy,
IDoubleI syx,
IDoubleI syz,
IDoubleI szy,
IDoubleI szx,
IDoubleI sxz)
shear in interface ITransformableshear in interface IVecIshear in class IPointAgent
public IParticleAgent shearXY(double sxy,
double syx)
shearXY in interface ITransformableshearXY in interface IVecIshearXY in class IPointAgent
public IParticleAgent shearXY(IDoubleI sxy,
IDoubleI syx)
shearXY in interface ITransformableshearXY in interface IVecIshearXY in class IPointAgent
public IParticleAgent shearXY(IVecI center,
double sxy,
double syx)
shearXY in interface ITransformableshearXY in interface IVecIshearXY in class IPointAgent
public IParticleAgent shearXY(IVecI center,
IDoubleI sxy,
IDoubleI syx)
shearXY in interface ITransformableshearXY in interface IVecIshearXY in class IPointAgent
public IParticleAgent shearYZ(double syz,
double szy)
shearYZ in interface ITransformableshearYZ in interface IVecIshearYZ in class IPointAgent
public IParticleAgent shearYZ(IDoubleI syz,
IDoubleI szy)
shearYZ in interface ITransformableshearYZ in interface IVecIshearYZ in class IPointAgent
public IParticleAgent shearYZ(IVecI center,
double syz,
double szy)
shearYZ in interface ITransformableshearYZ in interface IVecIshearYZ in class IPointAgent
public IParticleAgent shearYZ(IVecI center,
IDoubleI syz,
IDoubleI szy)
shearYZ in interface ITransformableshearYZ in interface IVecIshearYZ in class IPointAgent
public IParticleAgent shearZX(double szx,
double sxz)
shearZX in interface ITransformableshearZX in interface IVecIshearZX in class IPointAgent
public IParticleAgent shearZX(IDoubleI szx,
IDoubleI sxz)
shearZX in interface ITransformableshearZX in interface IVecIshearZX in class IPointAgent
public IParticleAgent shearZX(IVecI center,
double szx,
double sxz)
shearZX in interface ITransformableshearZX in interface IVecIshearZX in class IPointAgent
public IParticleAgent shearZX(IVecI center,
IDoubleI szx,
IDoubleI sxz)
shearZX in interface ITransformableshearZX in interface IVecIshearZX in class IPointAgent
public IParticleAgent translate(double x,
double y,
double z)
ITransformable
translate in interface ITransformabletranslate in interface IVecItranslate in class IPointAgent
public IParticleAgent translate(IDoubleI x,
IDoubleI y,
IDoubleI z)
translate in interface ITransformabletranslate in interface IVecItranslate in class IPointAgentpublic IParticleAgent translate(IVecI v)
translate in interface ITransformabletranslate in interface IVecItranslate in class IPointAgentpublic IParticleAgent transform(IMatrix3I mat)
transform in interface ITransformabletransform in interface IVecItransform in class IPointAgentpublic IParticleAgent transform(IMatrix4I mat)
transform in interface ITransformabletransform in interface IVecItransform in class IPointAgent
public IParticleAgent transform(IVecI xvec,
IVecI yvec,
IVecI zvec)
transform in interface ITransformabletransform in interface IVecItransform in class IPointAgent
public IParticleAgent transform(IVecI xvec,
IVecI yvec,
IVecI zvec,
IVecI translate)
transform in interface ITransformabletransform in interface IVecItransform in class IPointAgent
public IParticleAgent mv(double x,
double y,
double z)
ITransformable
mv in interface ITransformablemv in interface IVecImv in class IPointAgent
public IParticleAgent mv(IDoubleI x,
IDoubleI y,
IDoubleI z)
mv in interface ITransformablemv in interface IVecImv in class IPointAgentpublic IParticleAgent mv(IVecI v)
mv in interface ITransformablemv in interface IVecImv in class IPointAgentpublic IParticleAgent cp()
IObject
cp in interface ITransformablecp in interface IVecIcp in class IPointAgent
public IParticleAgent cp(double x,
double y,
double z)
ITransformable
cp in interface ITransformablecp in interface IVecIcp in class IPointAgent
public IParticleAgent cp(IDoubleI x,
IDoubleI y,
IDoubleI z)
cp in interface ITransformablecp in interface IVecIcp in class IPointAgentpublic IParticleAgent cp(IVecI v)
cp in interface ITransformablecp in interface IVecIcp in class IPointAgentpublic IParticleAgent setSize(double sz)
setSize in class IPointAgentpublic IParticleAgent size(double sz)
size in class IPointAgentpublic IParticleAgent name(java.lang.String nm)
name in class IPointAgentpublic IParticleAgent layer(ILayer l)
IObject
layer in class IPointAgentpublic IParticleAgent show()
show in class IPointAgentpublic IParticleAgent hide()
hide in class IPointAgentpublic IParticleAgent clr(java.awt.Color c)
clr in class IPointAgent
public IParticleAgent clr(java.awt.Color c,
int alpha)
IObject
clr in class IPointAgentpublic IParticleAgent clr(int gray)
clr in class IPointAgentpublic IParticleAgent clr(float fgray)
clr in class IPointAgentpublic IParticleAgent clr(double dgray)
clr in class IPointAgent
public IParticleAgent clr(int gray,
int alpha)
clr in class IPointAgent
public IParticleAgent clr(float fgray,
float falpha)
clr in class IPointAgent
public IParticleAgent clr(double dgray,
double dalpha)
clr in class IPointAgent
public IParticleAgent clr(int r,
int g,
int b)
clr in class IPointAgent
public IParticleAgent clr(float fr,
float fg,
float fb)
clr in class IPointAgent
public IParticleAgent clr(double dr,
double dg,
double db)
clr in class IPointAgent
public IParticleAgent clr(int r,
int g,
int b,
int a)
clr in class IPointAgent
public IParticleAgent clr(float fr,
float fg,
float fb,
float fa)
clr in class IPointAgent
public IParticleAgent clr(double dr,
double dg,
double db,
double da)
clr in class IPointAgent
public IParticleAgent hsb(float h,
float s,
float b,
float a)
hsb in class IPointAgent
public IParticleAgent hsb(double h,
double s,
double b,
double a)
hsb in class IPointAgent
public IParticleAgent hsb(float h,
float s,
float b)
hsb in class IPointAgent
public IParticleAgent hsb(double h,
double s,
double b)
hsb in class IPointAgentpublic IParticleAgent setColor(java.awt.Color c)
setColor in class IPointAgent
public IParticleAgent setColor(java.awt.Color c,
int alpha)
setColor in class IPointAgentpublic IParticleAgent setColor(int gray)
setColor in class IPointAgentpublic IParticleAgent setColor(float fgray)
setColor in class IPointAgentpublic IParticleAgent setColor(double dgray)
setColor in class IPointAgent
public IParticleAgent setColor(int gray,
int alpha)
setColor in class IPointAgent
public IParticleAgent setColor(float fgray,
float falpha)
setColor in class IPointAgent
public IParticleAgent setColor(double dgray,
double dalpha)
setColor in class IPointAgent
public IParticleAgent setColor(int r,
int g,
int b)
setColor in class IPointAgent
public IParticleAgent setColor(float fr,
float fg,
float fb)
setColor in class IPointAgent
public IParticleAgent setColor(double dr,
double dg,
double db)
setColor in class IPointAgent
public IParticleAgent setColor(int r,
int g,
int b,
int a)
setColor in class IPointAgent
public IParticleAgent setColor(float fr,
float fg,
float fb,
float fa)
setColor in class IPointAgent
public IParticleAgent setColor(double dr,
double dg,
double db,
double da)
setColor in class IPointAgent
public IParticleAgent setHSBColor(float h,
float s,
float b,
float a)
setHSBColor in class IPointAgent
public IParticleAgent setHSBColor(double h,
double s,
double b,
double a)
setHSBColor in class IPointAgent
public IParticleAgent setHSBColor(float h,
float s,
float b)
setHSBColor in class IPointAgent
public IParticleAgent setHSBColor(double h,
double s,
double b)
setHSBColor in class IPointAgent
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||