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