org.openscience.jmol.app
public class DisplayPanel extends JPanel implements ComponentListener, Printable
Nested Class Summary | |
---|---|
class | DisplayPanel.CheckBoxMenuItemAction
Action calling evalStringQuiet(<action> + CheckBoxState) |
class | DisplayPanel.DefineCenterAction |
class | DisplayPanel.HomeAction |
class | DisplayPanel.MoveToAction
Action calling moveTo() |
class | DisplayPanel.SetStatusAction
Action calling setStatus() |
Field Summary | |
---|---|
Action | axesAction |
Action | bottomAction |
Action | boundboxAction |
DisplayPanel.DefineCenterAction | defineCenterAction |
Action | deleteAction |
Dimension | dimSize |
String | displaySpeed |
Action | frontAction |
GuiMap | guimap |
boolean | haveDisplay |
DisplayPanel.HomeAction | homeAction |
Action | hydrogensAction |
int | lastMotionEventNumber |
Action | leftAction |
Action | measurementsAction |
MenuListener | menuListener |
Action | perspectiveAction |
Rectangle | rectClip |
Action | rightAction |
boolean | showPaintTime |
Dimension | startupDimension |
StatusBar | status |
long | timeBegin |
static int | timeCount |
static int | timeLast |
static int | timeTotal |
Action | topAction |
JmolViewer | viewer |
Action | xlateAction |
Action | zoomAction |
Constructor Summary | |
---|---|
DisplayPanel(StatusBar status, GuiMap guimap, boolean haveDisplay, int startupWidth, int startupHeight) |
Method Summary | |
---|---|
void | componentHidden(ComponentEvent e) |
void | componentMoved(ComponentEvent e) |
void | componentResized(ComponentEvent e) |
void | componentShown(ComponentEvent e) |
String | fmt(int num) |
Action[] | getActions() |
MenuListener | getMenuListener() |
void | paint(Graphics g) |
int | print(Graphics g, PageFormat pf, int pageIndex) |
void | recordTime(int time) |
void | resetTimes() |
void | setBorder() |
void | setDisplayMenuState() |
void | setRotateMode() |
void | setViewer(JmolViewer viewer) |
void | showTimes() |
void | start() |
void | startPaintClock() |
void | stopPaintClock() |
void | updateSize() |