Class CustomFillPatternExamplePlugIn
- java.lang.Object
-
- org.locationtech.jts.jump.workbench.plugin.AbstractPlugIn
-
- org.locationtech.jts.jump.workbench.ui.renderer.style.CustomFillPatternExamplePlugIn
-
- All Implemented Interfaces:
PlugIn
public class CustomFillPatternExamplePlugIn extends AbstractPlugIn
-
-
Constructor Summary
Constructors Constructor Description CustomFillPatternExamplePlugIn()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinitialize(PlugInContext context)Called when Workbench starts up to allow plugins to initialize themselves.-
Methods inherited from class org.locationtech.jts.jump.workbench.plugin.AbstractPlugIn
createName, execute, execute, execute, getName, isRollingBackInvalidEdits, reportNothingToUndoYet, toActionListener, toString
-
-
-
-
Method Detail
-
initialize
public void initialize(PlugInContext context) throws Exception
Description copied from interface:PlugInCalled when Workbench starts up to allow plugins to initialize themselves.- Specified by:
initializein interfacePlugIn- Overrides:
initializein classAbstractPlugIn- Throws:
Exception
-
-