|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectigeo.IObject
igeo.IGeometry
igeo.ISurface
igeo.ISphere
public class ISphere
Sphere surface class
Field Summary | |
---|---|
IVecI |
center
|
IDoubleI |
radius
|
Fields inherited from class igeo.ISurface |
---|
surface |
Fields inherited from class igeo.IObject |
---|
attribute, dynamics, graphics, parameter, server, userData |
Constructor Summary | |
---|---|
ISphere(double x,
double y,
double z,
double radius)
|
|
ISphere(IServerI s,
double x,
double y,
double z,
double radius)
|
|
ISphere(IServerI s,
IVecI center,
double radius)
|
|
ISphere(IServerI s,
IVecI center,
IDoubleI radius)
|
|
ISphere(IVecI center,
double radius)
|
|
ISphere(IVecI center,
IDoubleI radius)
|
Method Summary | |
---|---|
ISphere |
clr(java.awt.Color c)
|
ISphere |
clr(java.awt.Color c,
int alpha)
|
ISphere |
clr(double dgray)
|
ISphere |
clr(double dgray,
double dalpha)
|
ISphere |
clr(double dr,
double dg,
double db)
|
ISphere |
clr(double dr,
double dg,
double db,
double da)
|
ISphere |
clr(float fgray)
|
ISphere |
clr(float fgray,
float falpha)
|
ISphere |
clr(float fr,
float fg,
float fb)
|
ISphere |
clr(float fr,
float fg,
float fb,
float fa)
|
ISphere |
clr(IColor c)
to set an object color |
ISphere |
clr(IColor c,
double alpha)
to set color, with alpha value overwritten |
ISphere |
clr(IColor c,
float alpha)
to set color, with alpha value overwritten |
ISphere |
clr(IColor c,
int alpha)
to set color, with alpha value overwritten |
ISphere |
clr(int gray)
|
ISphere |
clr(int gray,
int alpha)
|
ISphere |
clr(int r,
int g,
int b)
|
ISphere |
clr(int r,
int g,
int b,
int a)
|
ISphere |
clr(IObject o)
to set the same color with the object |
ISphere |
hide()
|
ISphere |
hsb(double h,
double s,
double b)
|
ISphere |
hsb(double h,
double s,
double b,
double a)
|
ISphere |
hsb(float h,
float s,
float b)
|
ISphere |
hsb(float h,
float s,
float b,
float a)
|
void |
initSphere(IServerI s)
|
ISphere |
layer(ILayer l)
Set layer by ILayer object |
ISphere |
name(java.lang.String nm)
methods of IObject |
ISphere |
setColor(java.awt.Color c)
|
ISphere |
setColor(java.awt.Color c,
int alpha)
|
ISphere |
setColor(double dgray)
|
ISphere |
setColor(double dgray,
double dalpha)
|
ISphere |
setColor(double dr,
double dg,
double db)
|
ISphere |
setColor(double dr,
double dg,
double db,
double da)
|
ISphere |
setColor(float fgray)
|
ISphere |
setColor(float fgray,
float falpha)
|
ISphere |
setColor(float fr,
float fg,
float fb)
|
ISphere |
setColor(float fr,
float fg,
float fb,
float fa)
|
ISphere |
setColor(int gray)
|
ISphere |
setColor(int gray,
int alpha)
|
ISphere |
setColor(int r,
int g,
int b)
|
ISphere |
setColor(int r,
int g,
int b,
int a)
|
ISphere |
setHSBColor(double h,
double s,
double b)
|
ISphere |
setHSBColor(double h,
double s,
double b,
double a)
|
ISphere |
setHSBColor(float h,
float s,
float b)
|
ISphere |
setHSBColor(float h,
float s,
float b,
float a)
|
ISphere |
show()
|
static double[] |
sphereKnots()
|
ISphere |
weight(double w)
|
ISphere |
weight(float w)
|
Methods inherited from class igeo.IObject |
---|
addDynamics, addUserData, addUserData, alpha, alphaInt, attr, attr, awtColor, blue, blueInt, brightness, castStringHashMap, clearDynamics, clearGraphics, clr, defaultAttribute, del, deletDynamics, deleteDynamics, deleteDynamics, deleteGraphic, dynamicsNum, getAWTColor, getColor, getDynamics, getGraphic, getGraphic, getParameter, graphicsNum, gray, grayInt, green, greenInt, grey, greyInt, hue, initGraphic, initObject, isVisible, layer, name, red, redInt, resetGraphic, saturation, server, setParameter, syncColor, syncGraphic, syncVisibility, syncWeight, updateGraphic, userData, userData, userData, userDataNum, visible, weight |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public IVecI center
public IDoubleI radius
Constructor Detail |
---|
public ISphere(double x, double y, double z, double radius)
public ISphere(IServerI s, double x, double y, double z, double radius)
public ISphere(IVecI center, double radius)
public ISphere(IServerI s, IVecI center, double radius)
public ISphere(IVecI center, IDoubleI radius)
public ISphere(IServerI s, IVecI center, IDoubleI radius)
Method Detail |
---|
public static double[] sphereKnots()
public void initSphere(IServerI s)
public ISphere name(java.lang.String nm)
ISurface
name
in class ISurface
public ISphere layer(ILayer l)
IGeometry
layer
in class ISurface
public ISphere hide()
hide
in class ISurface
public ISphere show()
show
in class ISurface
public ISphere clr(IColor c)
IObject
clr
in class ISurface
public ISphere clr(IColor c, int alpha)
IObject
clr
in class ISurface
public ISphere clr(IColor c, float alpha)
IObject
clr
in class ISurface
public ISphere clr(IColor c, double alpha)
IObject
clr
in class ISurface
public ISphere clr(IObject o)
IObject
clr
in class ISurface
public ISphere clr(java.awt.Color c)
clr
in class ISurface
public ISphere clr(java.awt.Color c, int alpha)
clr
in class ISurface
public ISphere clr(int gray)
clr
in class ISurface
public ISphere clr(float fgray)
clr
in class ISurface
public ISphere clr(double dgray)
clr
in class ISurface
public ISphere clr(int gray, int alpha)
clr
in class ISurface
public ISphere clr(float fgray, float falpha)
clr
in class ISurface
public ISphere clr(double dgray, double dalpha)
clr
in class ISurface
public ISphere clr(int r, int g, int b)
clr
in class ISurface
public ISphere clr(float fr, float fg, float fb)
clr
in class ISurface
public ISphere clr(double dr, double dg, double db)
clr
in class ISurface
public ISphere clr(int r, int g, int b, int a)
clr
in class ISurface
public ISphere clr(float fr, float fg, float fb, float fa)
clr
in class ISurface
public ISphere clr(double dr, double dg, double db, double da)
clr
in class ISurface
public ISphere hsb(float h, float s, float b, float a)
hsb
in class ISurface
public ISphere hsb(double h, double s, double b, double a)
hsb
in class ISurface
public ISphere hsb(float h, float s, float b)
hsb
in class ISurface
public ISphere hsb(double h, double s, double b)
hsb
in class ISurface
public ISphere setColor(java.awt.Color c)
setColor
in class ISurface
public ISphere setColor(java.awt.Color c, int alpha)
setColor
in class ISurface
public ISphere setColor(int gray)
setColor
in class ISurface
public ISphere setColor(float fgray)
setColor
in class ISurface
public ISphere setColor(double dgray)
setColor
in class ISurface
public ISphere setColor(int gray, int alpha)
setColor
in class ISurface
public ISphere setColor(float fgray, float falpha)
setColor
in class ISurface
public ISphere setColor(double dgray, double dalpha)
setColor
in class ISurface
public ISphere setColor(int r, int g, int b)
setColor
in class ISurface
public ISphere setColor(float fr, float fg, float fb)
setColor
in class ISurface
public ISphere setColor(double dr, double dg, double db)
setColor
in class ISurface
public ISphere setColor(int r, int g, int b, int a)
setColor
in class ISurface
public ISphere setColor(float fr, float fg, float fb, float fa)
setColor
in class ISurface
public ISphere setColor(double dr, double dg, double db, double da)
setColor
in class ISurface
public ISphere setHSBColor(float h, float s, float b, float a)
setHSBColor
in class ISurface
public ISphere setHSBColor(double h, double s, double b, double a)
setHSBColor
in class ISurface
public ISphere setHSBColor(float h, float s, float b)
setHSBColor
in class ISurface
public ISphere setHSBColor(double h, double s, double b)
setHSBColor
in class ISurface
public ISphere weight(double w)
weight
in class ISurface
public ISphere weight(float w)
weight
in class ISurface
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |