Uses of Interface
org.jorigin.swing.JImageFeature
Packages that use JImageFeature
-
Uses of JImageFeature in org.jorigin.swing
Methods in org.jorigin.swing that return types with arguments of type JImageFeatureModifier and TypeMethodDescriptionJImageFrame.getImageFeatures(String layer) Get theimage featuresthat are attached to the underlyingimage panel.JImagePanel.getImageFeatures(String layer) Get theimage featurescontained within the specifiedlayerattached to this panel.Methods in org.jorigin.swing with parameters of type JImageFeatureModifier and TypeMethodDescriptionbooleanJImagePanel.addImageFeature(String layer, JImageFeature feature) Attach the givenimage featureto this panel within the specifiedlayer.booleanJImagePanel.removeImageFeature(String layer, JImageFeature feature) Remove the givenimage featurefrom the specifiedlayer.Method parameters in org.jorigin.swing with type arguments of type JImageFeatureModifier and TypeMethodDescriptionvoidJImageFrame.setImageFeatures(String layer, List<JImageFeature> features) Set theimage featuresto attach to the underlyingimage panel.voidJImagePanel.setImageFeatures(String layer, List<JImageFeature> features) Set theimage featuresto attach to this panel within the specifiedlayer.