|
|||||||||
| 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.ICylinder
public class ICylinder
Cylinder surface class
| Field Summary | |
|---|---|
IVecI |
pt1
|
IVecI |
pt2
|
IDoubleI |
radius1
|
IDoubleI |
radius2
|
| Fields inherited from class igeo.ISurface |
|---|
surface |
| Fields inherited from class igeo.IObject |
|---|
attribute, dynamics, graphics, parameter, server, userData |
| Constructor Summary | |
|---|---|
ICylinder(IServerI s,
IVecI pt1,
IVecI pt2,
double radius)
|
|
ICylinder(IServerI s,
IVecI pt1,
IVecI pt2,
double radius1,
double radius2)
|
|
ICylinder(IServerI s,
IVecI pt1,
IVecI pt2,
IDoubleI radius)
|
|
ICylinder(IServerI s,
IVecI pt1,
IVecI pt2,
IDoubleI radius1,
IDoubleI radius2)
|
|
ICylinder(IVecI pt1,
IVecI pt2,
double radius)
|
|
ICylinder(IVecI pt1,
IVecI pt2,
double radius1,
double radius2)
|
|
ICylinder(IVecI pt1,
IVecI pt2,
IDoubleI radius)
|
|
ICylinder(IVecI pt1,
IVecI pt2,
IDoubleI radius1,
IDoubleI radius2)
|
|
| Method Summary | |
|---|---|
ICylinder |
attr(IAttribute at)
set attributes |
ICylinder |
clr(java.awt.Color c)
|
ICylinder |
clr(java.awt.Color c,
int alpha)
|
ICylinder |
clr(double dgray)
|
ICylinder |
clr(double dgray,
double dalpha)
|
ICylinder |
clr(double dr,
double dg,
double db)
|
ICylinder |
clr(double dr,
double dg,
double db,
double da)
|
ICylinder |
clr(float fgray)
|
ICylinder |
clr(float fgray,
float falpha)
|
ICylinder |
clr(float fr,
float fg,
float fb)
|
ICylinder |
clr(float fr,
float fg,
float fb,
float fa)
|
ICylinder |
clr(IColor c)
|
ICylinder |
clr(IColor c,
double alpha)
to set color, with alpha value overwritten |
ICylinder |
clr(IColor c,
float alpha)
to set color, with alpha value overwritten |
ICylinder |
clr(IColor c,
int alpha)
to set color, with alpha value overwritten |
ICylinder |
clr(int gray)
|
ICylinder |
clr(int gray,
int alpha)
|
ICylinder |
clr(int r,
int g,
int b)
|
ICylinder |
clr(int r,
int g,
int b,
int a)
|
ICylinder |
hide()
|
ICylinder |
hsb(double h,
double s,
double b)
|
ICylinder |
hsb(double h,
double s,
double b,
double a)
|
ICylinder |
hsb(float h,
float s,
float b)
|
ICylinder |
hsb(float h,
float s,
float b,
float a)
|
void |
initCylinder(IServerI s)
|
ICylinder |
layer(ILayer l)
Set layer by ILayer object |
ICylinder |
layer(java.lang.String l)
Set layer by layer name. |
ICylinder |
name(java.lang.String nm)
IObject methods |
ICylinder |
setColor(java.awt.Color c)
|
ICylinder |
setColor(java.awt.Color c,
int alpha)
|
ICylinder |
setColor(double dgray)
|
ICylinder |
setColor(double dgray,
double dalpha)
|
ICylinder |
setColor(double dr,
double dg,
double db)
|
ICylinder |
setColor(double dr,
double dg,
double db,
double da)
|
ICylinder |
setColor(float fgray)
|
ICylinder |
setColor(float fgray,
float falpha)
|
ICylinder |
setColor(float fr,
float fg,
float fb)
|
ICylinder |
setColor(float fr,
float fg,
float fb,
float fa)
|
ICylinder |
setColor(int gray)
|
ICylinder |
setColor(int gray,
int alpha)
|
ICylinder |
setColor(int r,
int g,
int b)
|
ICylinder |
setColor(int r,
int g,
int b,
int a)
|
ICylinder |
setHSBColor(double h,
double s,
double b)
|
ICylinder |
setHSBColor(double h,
double s,
double b,
double a)
|
ICylinder |
setHSBColor(float h,
float s,
float b)
|
ICylinder |
setHSBColor(float h,
float s,
float b,
float a)
|
ICylinder |
show()
|
ICylinder |
weight(double w)
|
ICylinder |
weight(float w)
|
| Methods inherited from class igeo.IObject |
|---|
addDynamics, alpha, alphaInt, attr, attr, awtColor, blue, blueInt, clearDynamics, clearGraphics, clr, defaultAttribute, del, deletDynamics, deleteDynamics, deleteDynamics, deleteGraphic, dynamicsNum, getAWTColor, getColor, getDynamics, getGraphic, getGraphic, getParameter, graphicsNum, gray, grayInt, green, greenInt, greyInt, initGraphic, initObject, isVisible, layer, name, red, redInt, resetGraphic, server, setParameter, syncColor, syncGraphic, syncVisibility, syncWeight, updateGraphic, userData, userData, visible, weight |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public IVecI pt1
public IVecI pt2
public IDoubleI radius1
public IDoubleI radius2
| Constructor Detail |
|---|
public ICylinder(IVecI pt1,
IVecI pt2,
double radius)
public ICylinder(IServerI s,
IVecI pt1,
IVecI pt2,
double radius)
public ICylinder(IVecI pt1,
IVecI pt2,
double radius1,
double radius2)
public ICylinder(IVecI pt1,
IVecI pt2,
IDoubleI radius)
public ICylinder(IServerI s,
IVecI pt1,
IVecI pt2,
IDoubleI radius)
public ICylinder(IServerI s,
IVecI pt1,
IVecI pt2,
double radius1,
double radius2)
public ICylinder(IVecI pt1,
IVecI pt2,
IDoubleI radius1,
IDoubleI radius2)
public ICylinder(IServerI s,
IVecI pt1,
IVecI pt2,
IDoubleI radius1,
IDoubleI radius2)
| Method Detail |
|---|
public void initCylinder(IServerI s)
public ICylinder name(java.lang.String nm)
name in class ISurfacepublic ICylinder layer(ILayer l)
IGeometry
layer in class ISurfacepublic ICylinder layer(java.lang.String l)
IGeometry
layer in class ISurfacepublic ICylinder attr(IAttribute at)
IObject
attr in class ISurfacepublic ICylinder hide()
hide in class ISurfacepublic ICylinder show()
show in class ISurfacepublic ICylinder clr(IColor c)
clr in class ISurface
public ICylinder clr(IColor c,
int alpha)
IObject
clr in class ISurface
public ICylinder clr(IColor c,
float alpha)
IObject
clr in class ISurface
public ICylinder clr(IColor c,
double alpha)
IObject
clr in class ISurfacepublic ICylinder clr(java.awt.Color c)
clr in class ISurface
public ICylinder clr(java.awt.Color c,
int alpha)
clr in class ISurfacepublic ICylinder clr(int gray)
clr in class ISurfacepublic ICylinder clr(float fgray)
clr in class ISurfacepublic ICylinder clr(double dgray)
clr in class ISurface
public ICylinder clr(int gray,
int alpha)
clr in class ISurface
public ICylinder clr(float fgray,
float falpha)
clr in class ISurface
public ICylinder clr(double dgray,
double dalpha)
clr in class ISurface
public ICylinder clr(int r,
int g,
int b)
clr in class ISurface
public ICylinder clr(float fr,
float fg,
float fb)
clr in class ISurface
public ICylinder clr(double dr,
double dg,
double db)
clr in class ISurface
public ICylinder clr(int r,
int g,
int b,
int a)
clr in class ISurface
public ICylinder clr(float fr,
float fg,
float fb,
float fa)
clr in class ISurface
public ICylinder clr(double dr,
double dg,
double db,
double da)
clr in class ISurface
public ICylinder hsb(float h,
float s,
float b,
float a)
hsb in class ISurface
public ICylinder hsb(double h,
double s,
double b,
double a)
hsb in class ISurface
public ICylinder hsb(float h,
float s,
float b)
hsb in class ISurface
public ICylinder hsb(double h,
double s,
double b)
hsb in class ISurfacepublic ICylinder setColor(java.awt.Color c)
setColor in class ISurface
public ICylinder setColor(java.awt.Color c,
int alpha)
setColor in class ISurfacepublic ICylinder setColor(int gray)
setColor in class ISurfacepublic ICylinder setColor(float fgray)
setColor in class ISurfacepublic ICylinder setColor(double dgray)
setColor in class ISurface
public ICylinder setColor(int gray,
int alpha)
setColor in class ISurface
public ICylinder setColor(float fgray,
float falpha)
setColor in class ISurface
public ICylinder setColor(double dgray,
double dalpha)
setColor in class ISurface
public ICylinder setColor(int r,
int g,
int b)
setColor in class ISurface
public ICylinder setColor(float fr,
float fg,
float fb)
setColor in class ISurface
public ICylinder setColor(double dr,
double dg,
double db)
setColor in class ISurface
public ICylinder setColor(int r,
int g,
int b,
int a)
setColor in class ISurface
public ICylinder setColor(float fr,
float fg,
float fb,
float fa)
setColor in class ISurface
public ICylinder setColor(double dr,
double dg,
double db,
double da)
setColor in class ISurface
public ICylinder setHSBColor(float h,
float s,
float b,
float a)
setHSBColor in class ISurface
public ICylinder setHSBColor(double h,
double s,
double b,
double a)
setHSBColor in class ISurface
public ICylinder setHSBColor(float h,
float s,
float b)
setHSBColor in class ISurface
public ICylinder setHSBColor(double h,
double s,
double b)
setHSBColor in class ISurfacepublic ICylinder weight(double w)
weight in class ISurfacepublic ICylinder weight(float w)
weight in class ISurface
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||