Class SurfaceStatus
- java.lang.Object
-
- org.openscience.jmol.app.surfacetool.SurfaceStatus
-
public class SurfaceStatus extends java.lang.ObjectClass that holds the surface status information that the surface tool needs.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) booleanbeenSliced(package private) booleancapOn(package private) intcolor(package private) booleanfillOn(package private) booleanfoundDuringLastSync(package private) booleanfrontonly(package private) booleanghostOn(package private) java.lang.Stringidprivate booleanisShell(package private) intkind(package private) intlighting(package private) intmeshColor(package private) booleanmeshOn(package private) intmeshTranslucency(package private) booleanshow(package private) Sliceslice(package private) inttranslucency
-
Constructor Summary
Constructors Constructor Description SurfaceStatus(Mesh m, int type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidupdateExisting(Mesh m)
-
-
-
Field Detail
-
id
java.lang.String id
-
kind
int kind
-
color
int color
-
fillOn
boolean fillOn
-
translucency
int translucency
-
meshOn
boolean meshOn
-
meshColor
int meshColor
-
meshTranslucency
int meshTranslucency
-
lighting
int lighting
-
frontonly
boolean frontonly
-
show
boolean show
-
beenSliced
boolean beenSliced
-
capOn
boolean capOn
-
ghostOn
boolean ghostOn
-
foundDuringLastSync
boolean foundDuringLastSync
-
slice
Slice slice
-
isShell
private boolean isShell
-
-
Constructor Detail
-
SurfaceStatus
public SurfaceStatus(Mesh m, int type)
- Parameters:
m- (mesh) the mesh representing the surfacetype- (int) representing the type of surface (eg. pmesh, isosurface...)
-
-
Method Detail
-
updateExisting
public void updateExisting(Mesh m)
-
-