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()Get theimage featuresthat are attached to the underlyingimage panel.java.util.List<JImageFeature>JImagePanel. getImageFeatures()Get theimage featuresattached to this panel.Methods in org.jorigin.gui with parameters of type JImageFeature Modifier and Type Method Description booleanJImagePanel. addImageFeature(JImageFeature feature)Attach the givenimage featureto this panel.booleanJImagePanel. removeImageFeature(JImageFeature feature)Remove the givenimage featurefrom this panel.Method parameters in org.jorigin.gui with type arguments of type JImageFeature Modifier and Type Method Description voidJImageFrame. setImageFeatures(java.util.List<JImageFeature> features)Set theimage featuresto attach to the underlyingimage panel.voidJImagePanel. setImageFeatures(java.util.List<JImageFeature> features)Set theimage featuresto attach to this panel.
-