Uses of Class
org.locationtech.jts.jump.util.Blackboard
-
Packages that use Blackboard Package Description org.locationtech.jts.jump.coordsys org.locationtech.jts.jump.util org.locationtech.jts.jump.workbench org.locationtech.jts.jump.workbench.datasource The DataSourceQueryChooser API is used to provide a GUI for a DataSource, enabling it to be part of the JUMP Workbench.org.locationtech.jts.jump.workbench.model Layers, Categories, and Layer Managers -- the top level of abstraction in the JUMP data model, wrapping Features and FeatureCollections, which in turn wrap Geometries.org.locationtech.jts.jump.workbench.ui org.locationtech.jts.jump.workbench.ui.cursortool org.locationtech.jts.jump.workbench.ui.plugin The built-in JUMP "plug-ins" (code modules that can be assigned to buttons and menu items).org.locationtech.jts.jump.workbench.ui.plugin.skin org.locationtech.jts.jump.workbench.ui.renderer.style org.locationtech.jts.jump.workbench.ui.snap org.locationtech.jts.jump.workbench.ui.style -
-
Uses of Blackboard in org.locationtech.jts.jump.coordsys
Methods in org.locationtech.jts.jump.coordsys with parameters of type Blackboard Modifier and Type Method Description static CoordinateSystemRegistryCoordinateSystemRegistry. instance(Blackboard blackboard)static booleanCoordinateSystemSupport. isEnabled(Blackboard blackboard)static voidCoordinateSystemSupport. setEnabled(boolean enabled, Blackboard blackboard) -
Uses of Blackboard in org.locationtech.jts.jump.util
Methods in org.locationtech.jts.jump.util that return Blackboard Modifier and Type Method Description BlackboardBlackboard. put(String key, boolean value)BlackboardBlackboard. put(String key, double value)BlackboardBlackboard. put(String key, int value)BlackboardBlackboard. put(String key, Object value)BlackboardBlackboard. putAll(Map properties) -
Uses of Blackboard in org.locationtech.jts.jump.workbench
Methods in org.locationtech.jts.jump.workbench that return Blackboard Modifier and Type Method Description BlackboardJUMPWorkbench. getBlackboard()Expensive data structures can be cached on the blackboard so that several plug-ins can share them.BlackboardJUMPWorkbenchContext. getBlackboard()BlackboardWorkbenchContext. getBlackboard() -
Uses of Blackboard in org.locationtech.jts.jump.workbench.datasource
Methods in org.locationtech.jts.jump.workbench.datasource with parameters of type Blackboard Modifier and Type Method Description static DataSourceQueryChooserManagerDataSourceQueryChooserManager. get(Blackboard blackboard)Constructors in org.locationtech.jts.jump.workbench.datasource with parameters of type Blackboard Constructor Description FileChooserPanel(JFileChooser chooser, Blackboard blackboard) -
Uses of Blackboard in org.locationtech.jts.jump.workbench.model
Methods in org.locationtech.jts.jump.workbench.model that return Blackboard Modifier and Type Method Description BlackboardLayer. getBlackboard()BlackboardLayerable. getBlackboard()BlackboardLayerManager. getBlackboard()BlackboardWMSLayer. getBlackboard() -
Uses of Blackboard in org.locationtech.jts.jump.workbench.ui
Methods in org.locationtech.jts.jump.workbench.ui that return Blackboard Modifier and Type Method Description BlackboardLayerViewPanel. getBlackboard()Methods in org.locationtech.jts.jump.workbench.ui with parameters of type Blackboard Modifier and Type Method Description static OptionsDialogOptionsDialog. instance(Blackboard blackboard, Frame frame)Constructors in org.locationtech.jts.jump.workbench.ui with parameters of type Blackboard Constructor Description EditOptionsPanel(Blackboard blackboard, JDesktopPane desktopPane)SnapVerticesToolsOptionsPanel(Blackboard blackboard) -
Uses of Blackboard in org.locationtech.jts.jump.workbench.ui.cursortool
Methods in org.locationtech.jts.jump.workbench.ui.cursortool with parameters of type Blackboard Modifier and Type Method Description static ListAbstractCursorTool. createStandardSnappingPolicies(Blackboard blackboard) -
Uses of Blackboard in org.locationtech.jts.jump.workbench.ui.plugin
Methods in org.locationtech.jts.jump.workbench.ui.plugin that return Blackboard Modifier and Type Method Description static BlackboardPersistentBlackboardPlugIn. get(WorkbenchContext context) -
Uses of Blackboard in org.locationtech.jts.jump.workbench.ui.plugin.skin
Constructors in org.locationtech.jts.jump.workbench.ui.plugin.skin with parameters of type Blackboard Constructor Description SkinOptionsPanel(Blackboard blackboard, Window window) -
Uses of Blackboard in org.locationtech.jts.jump.workbench.ui.renderer.style
Methods in org.locationtech.jts.jump.workbench.ui.renderer.style that return Blackboard Modifier and Type Method Description BlackboardBasicFillPattern. getProperties()Methods in org.locationtech.jts.jump.workbench.ui.renderer.style with parameters of type Blackboard Modifier and Type Method Description abstract BufferedImageBasicFillPattern. createImage(Blackboard properties)BufferedImageImageFillPattern. createImage(Blackboard properties)BufferedImageWKTFillPattern. createImage(Blackboard properties)BasicFillPatternBasicFillPattern. setProperties(Blackboard properties)Constructors in org.locationtech.jts.jump.workbench.ui.renderer.style with parameters of type Blackboard Constructor Description BasicFillPattern(Blackboard properties) -
Uses of Blackboard in org.locationtech.jts.jump.workbench.ui.snap
Methods in org.locationtech.jts.jump.workbench.ui.snap with parameters of type Blackboard Modifier and Type Method Description static intSnapManager. getToleranceInPixels(Blackboard blackboard)static voidSnapManager. setToleranceInPixels(int toleranceInPixels, Blackboard blackboard)Constructors in org.locationtech.jts.jump.workbench.ui.snap with parameters of type Blackboard Constructor Description GridRenderer(Blackboard blackboard, LayerViewPanel panel)SnapOptionsPanel(Blackboard blackboard)SnapToFeaturesPolicy(Blackboard blackboard)SnapToGridPolicy(Blackboard blackboard)SnapToVerticesPolicy(Blackboard blackboard) -
Uses of Blackboard in org.locationtech.jts.jump.workbench.ui.style
Constructors in org.locationtech.jts.jump.workbench.ui.style with parameters of type Blackboard Constructor Description BasicStylePanel(Blackboard blackboard, int palettePanelVerticalScrollBarPolicy)RenderingStylePanel(Blackboard blackboard, Layer layer)
-