|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openscience.jmol.app.surfacetool.SurfaceStatus
public class SurfaceStatus
Class that holds the surface status information that the surface tool needs.
Field Summary | |
---|---|
(package private) boolean |
beenSliced
|
(package private) boolean |
capOn
|
(package private) int |
color
|
(package private) boolean |
fillOn
|
(package private) boolean |
foundDuringLastSync
|
(package private) boolean |
frontonly
|
(package private) boolean |
ghostOn
|
(package private) java.lang.String |
id
|
(package private) int |
kind
|
(package private) int |
lighting
|
(package private) int |
meshColor
|
(package private) boolean |
meshOn
|
(package private) int |
meshTranslucency
|
(package private) boolean |
show
|
(package private) Slice |
slice
|
(package private) int |
translucency
|
Constructor Summary | |
---|---|
SurfaceStatus(Mesh m,
int type)
|
Method Summary | |
---|---|
void |
updateExisting(Mesh m)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
java.lang.String id
int kind
int color
boolean fillOn
int translucency
boolean meshOn
int meshColor
int meshTranslucency
int lighting
boolean frontonly
boolean show
boolean beenSliced
boolean capOn
boolean ghostOn
boolean foundDuringLastSync
Slice slice
Constructor Detail |
---|
public SurfaceStatus(Mesh m, int type)
m
- (mesh) the mesh representing the surfacetype
- (int) representing the type of surface (eg. pmesh, isosurface...)Method Detail |
---|
public void updateExisting(Mesh m)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |