Package org.jmol.viewer
Class StateCreator
java.lang.Object
org.jmol.viewer.JmolStateCreator
org.jmol.viewer.StateCreator
StateCreator handles all aspects of working with the "state" as
generally defined, including
-- creating the state script
-- general output, including logging
-- handling undo/redo
-- processing SYNC directives
Called by reflection only; all state generation script here, for
modularization in JavaScript
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAtomShapeState
(AtomShape shape) void
getInlineData
(SB loadScript, String strModel, boolean isAppend, Integer appendToModelIndex, String loadFilter)
-
Constructor Details
-
StateCreator
public StateCreator()
-
-
Method Details
-
getInlineData
-
getAtomShapeState
- Specified by:
getAtomShapeState
in classJmolStateCreator
-