Uses of Class
de.grogra.pf.ui.Workbench
Package
Description
This package contains the basic classes which are used from the outside of
the plugin.
This package defines the
VideoPluginConnector
interface and its
GroIMP implementation GroIMPConnector
.This package contains all classes which are used in the context of image
creation.
This package contains the logic to change the scene to be rendered
automatically.
This package contains all graphical user interface classes of the plugin.
-
Uses of Workbench in de.grogra.api
Modifier and TypeMethodDescriptionAPIApplication.getCurrentWorkbench()
APIWorkbench.getMainWorkbench()
APIWorkbench.open
(FilterSource fs, Map initParams) -
Uses of Workbench in de.grogra.blocks.xFrogFileParser
-
Uses of Workbench in de.grogra.cli
Modifier and TypeMethodDescriptionCLIApplication.getCurrentWorkbench()
CLIWorkbench.getMainWorkbench()
CLIWorkbench.open
(FilterSource fs, Map initParams) Modifier and TypeMethodDescriptionCLIWorkbenchManager.getWorkbenches()
CLIWorkbenchManager.listWorkbenches()
return the list of managed workbenches handled by this manager -
Uses of Workbench in de.grogra.cli.ui
-
Uses of Workbench in de.grogra.ext.exchangegraph
Modifier and TypeMethodDescriptionXEGImportContext.getWorkbench()
XEGImportFilter.getWorkbench()
XEGImportScene.getWorkbench()
-
Uses of Workbench in de.grogra.ext.x3d
-
Uses of Workbench in de.grogra.imp
Modifier and TypeMethodDescriptionprotected Workbench
IMP.getCurrentWorkbench()
IMPWorkbench.getMainWorkbench()
IMPJobManager.getWorkbench()
IMPWorkbench.open
(FilterSource fs, Map initParams) -
Uses of Workbench in de.grogra.imp.net
ModifierConstructorDescriptionHttpServer
(Workbench workbench, ServerSocket socket) RemoteClientImpl
(Workbench workbench, Connection connection, long requestId) -
Uses of Workbench in de.grogra.imp3d
-
Uses of Workbench in de.grogra.imp3d.ray
ModifierConstructorDescriptionGroIMPRaytracer
(Workbench wb, Map params, Tree tree, int width, int height, ImageObserver out, Camera camera) GroIMPRTProgressListener
(Workbench workbench) -
Uses of Workbench in de.grogra.imp3d.ray2
ModifierConstructorDescriptionRaytracer
(Workbench w, ViewConfig3D v, int width, int height) SceneVisitor
(Workbench wb, Graph graph, float epsilon, Options opts, ViewConfig3D view, boolean[] visibleLayers, VolumeListener mapping, Spectrum spectrumFactory) Constructs a newSceneVisitor
which traverses the givengraph
to obtain the complete geometry and light information and represent it as aScene
. -
Uses of Workbench in de.grogra.mtg
Modifier and TypeMethodDescriptionvoid
MTGLoader.loadWorkbench
(Workbench wb) void
MTGSourceFile.Loader.loadWorkbench
(Workbench wb) -
Uses of Workbench in de.grogra.nurbseditor2d
-
Uses of Workbench in de.grogra.nurbseditor3d
-
Uses of Workbench in de.grogra.pf.ui
Modifier and TypeMethodDescriptionstatic Workbench
Workbench.current()
static Workbench
Workbench.current
(ThreadContext tc) static Workbench
Workbench.get
(RegistryContext ctx) abstract Workbench
UIApplication.getCurrentWorkbench()
Get the last selected workbench by the applicationabstract Workbench
Workbench.getMainWorkbench()
Context.getWorkbench()
Determines the workbench of this GUI context.PanelDecorator.getWorkbench()
PanelHL.getWorkbench()
Window.getWorkbench()
final Workbench
Workbench.getWorkbench()
abstract Workbench
Workbench.open
(FilterSource fs, Map initParams) Modifier and TypeMethodDescriptionWorkbenchManager.getWorkbenches()
return the object workbenchesWorkbenchManager.listWorkbenches()
Return the list of workbench handled by the managerModifier and TypeMethodDescriptionstatic void
Workbench.addToLastUsed
(Workbench wb, File file) void
JobManager.initialize
(Workbench Workbench) void
Window.initializeWorkbench
(Workbench wb) void
Workbench.Loader.loadWorkbench
(Workbench wb) static void
Workbench.refreshJEdit
(Workbench wb, String fileName) Refreshes JEdit for the file fielName.static void
Workbench.refreshLastUsed
(Registry r, Workbench mwb) static void
Workbench.setCurrent
(Workbench w) -
Uses of Workbench in de.grogra.pf.ui.edit
-
Uses of Workbench in de.grogra.pf.ui.event
-
Uses of Workbench in de.grogra.pf.ui.registry
Modifier and TypeMethodDescriptionFileFactory.addFromFilterSource
(Registry reg, FilterSource fs, ModifiableMap params, Workbench ui) Reads an object from a given FilterSoruce.FileFactory.addFromURL
(Registry reg, URL url, ModifiableMap params, Workbench ui) Reads an object fromurl
.FileFactory.linkFromURLToResourceDir
(Registry reg, URL url, ModifiableMap params, Workbench ui, Item dest) Reads an object fromurl
. -
Uses of Workbench in de.grogra.pf.ui.swing
-
Uses of Workbench in de.grogra.projectmanager
-
Uses of Workbench in de.grogra.rgg
-
Uses of Workbench in de.grogra.rgg.model
-
Uses of Workbench in de.grogra.util.concurrent
-
Uses of Workbench in de.grogra.video
Modifier and TypeMethodDescriptionstatic VideoPluginConnector
VideoPlugin.createDefaultConnector
(Workbench workbench) Returns an instance of the defaultVideoPluginConnector
implementation -
Uses of Workbench in de.grogra.video.connector
-
Uses of Workbench in de.grogra.video.render
ModifierConstructorDescriptionRendererAdaptor
(Workbench workbench, Item item) Create an adaptor for GroIMP renderer.SceneSnapshotMaker
(Workbench workbench) Create a new SceneSnapshotMaker to the current workbench -
Uses of Workbench in de.grogra.video.simulation
-
Uses of Workbench in de.grogra.video.ui