Class SurfaceStatus
java.lang.Object
org.openscience.jmol.app.surfacetool.SurfaceStatus
Class that holds the surface status information that the surface tool needs.
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) boolean
(package private) boolean
(package private) int
(package private) boolean
(package private) boolean
(package private) boolean
(package private) boolean
(package private) String
private boolean
(package private) int
(package private) int
(package private) int
(package private) boolean
(package private) int
(package private) boolean
(package private) Slice
(package private) int
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
id
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 Details
-
SurfaceStatus
- Parameters:
m
- (mesh) the mesh representing the surfacetype
- (int) representing the type of surface (eg. pmesh, isosurface...)
-
-
Method Details
-
updateExisting
-