Uses of Class
curve.panel.DotsCanvas
-
Uses of DotsCanvas in curve.area
Modifier and TypeFieldDescriptionprivate DotsCanvas
Board.dc
link to DotsCanvasLayer.dc
dcprivate DotsCanvas
Tr.dc
link to DotsCanvasModifierConstructorDescriptionBoard
(Layer layer, DotsCanvas dc, Tr t) ConstructorLayer
(DotsCanvas dc, Tr t) new layerTr
(DotsCanvas dc) Tr constructor -
Uses of DotsCanvas in curve.control
Modifier and TypeFieldDescription(package private) DotsCanvas
Curve.dc
The main drawing area(package private) DotsCanvas
EditMenu.dc
dc(package private) DotsCanvas
HelpMenu.dc
dc(package private) DotsCanvas
Interpreter.dc
dc(package private) DotsCanvas
ModeMenu.dc
dc -static DotsCanvas
Mover.dc
dcModifier and TypeMethodDescriptionCurve.getJMenuBar
(DotsCanvas dc) Set up the menubar to show at the top of the screenModifierConstructorDescriptionEditMenu
(DotsCanvas dc) EditMenuHelpMenu
(DotsCanvas dc) help menu constructorInterpreter
(DotsCanvas dc, Tr t) constructorModeMenu
(DotsCanvas dc) Set up the ModeMenu to add to the JMenuBar Returns a JMenuBar to the constructor returns ModeMenuMover
(DotsCanvas dc, U u, Tr t) constructor -
Uses of DotsCanvas in curve.io
Modifier and TypeFieldDescription(package private) static DotsCanvas
Filer.dc
dc(package private) static DotsCanvas
Key.dc
dcModifier and TypeMethodDescriptionstatic void
Filer.load
(File file, DotsCanvas dc, Interpreter ip, Mover mover) loadstatic void
Filer.open
(DotsCanvas dc, Interpreter ip, Mover mover) openstatic void
Filer.save
(DotsCanvas dc) save(package private) static void
Save.save
(DotsCanvas dc) savestatic void
Filer.saveAs
(DotsCanvas dc) save AsModifierConstructorDescriptionFiler
(DotsCanvas dc) build the File menuKey
(DotsCanvas dc, U u, Mover mover, MoverPopupMenu mpm, Interpreter ip, Tr t) constructor -
Uses of DotsCanvas in curve.panel
Modifier and TypeFieldDescription(package private) DotsCanvas
Cur.dc
dc(package private) static DotsCanvas
EToolBar.dc
dcprivate DotsCanvas
NToolBar.dc
dc(package private) DotsCanvas
SToolBar.dc
dcprivate static DotsCanvas
WToolBar.dc
dcstatic DotsCanvas
DotsCanvas.static_dc
static_dcModifier and TypeMethodDescriptionstatic DotsCanvas
DotsCanvas.getDotCanvasLink()
getDotCanvasLinkModifierConstructorDescriptionCur
(DotsCanvas dc) conEToolBar
(DotsCanvas dc) constructorNToolBar
(DotsCanvas dc) constructorSToolBar
(DotsCanvas dc, Tr t) constructorWToolBar
(DotsCanvas dc) constructor -
Uses of DotsCanvas in curve.popup
Modifier and TypeMethodDescription(package private) void
PopupMenuWindow.init
(int fx, int fy, DotsCanvas dc, Tr t) initModifierConstructorDescriptionMoverPopupMenu
(DotsCanvas dc, U u, Mover mover, Interpreter ip, Tr t) constructorPopupMenuWindow
(int fx, int fy, ArrayList<JMenuItem> mial, String title, DotsCanvas dc, Tr t) constructor -
Uses of DotsCanvas in curve.u