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 CoordinateSystemRegistry
CoordinateSystemRegistry. instance(Blackboard blackboard)
static boolean
CoordinateSystemSupport. isEnabled(Blackboard blackboard)
static void
CoordinateSystemSupport. 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 Blackboard
Blackboard. put(String key, boolean value)
Blackboard
Blackboard. put(String key, double value)
Blackboard
Blackboard. put(String key, int value)
Blackboard
Blackboard. put(String key, Object value)
Blackboard
Blackboard. 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 Blackboard
JUMPWorkbench. getBlackboard()
Expensive data structures can be cached on the blackboard so that several plug-ins can share them.Blackboard
JUMPWorkbenchContext. getBlackboard()
Blackboard
WorkbenchContext. 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 DataSourceQueryChooserManager
DataSourceQueryChooserManager. 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 Blackboard
Layer. getBlackboard()
Blackboard
Layerable. getBlackboard()
Blackboard
LayerManager. getBlackboard()
Blackboard
WMSLayer. 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 Blackboard
LayerViewPanel. getBlackboard()
Methods in org.locationtech.jts.jump.workbench.ui with parameters of type Blackboard Modifier and Type Method Description static OptionsDialog
OptionsDialog. 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 List
AbstractCursorTool. 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 Blackboard
PersistentBlackboardPlugIn. 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 Blackboard
BasicFillPattern. getProperties()
Methods in org.locationtech.jts.jump.workbench.ui.renderer.style with parameters of type Blackboard Modifier and Type Method Description abstract BufferedImage
BasicFillPattern. createImage(Blackboard properties)
BufferedImage
ImageFillPattern. createImage(Blackboard properties)
BufferedImage
WKTFillPattern. createImage(Blackboard properties)
BasicFillPattern
BasicFillPattern. 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 int
SnapManager. getToleranceInPixels(Blackboard blackboard)
static void
SnapManager. 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)
-