Uses of Interface
org.jorigin.jfx.JImageFeature
Packages that use JImageFeature
-
Uses of JImageFeature in org.jorigin.jfx
Methods in org.jorigin.jfx that return types with arguments of type JImageFeatureModifier and TypeMethodDescriptionJImageFeatureLayer.getImageFeatures()Get theimage featuresthat are attached to this layer.Methods in org.jorigin.jfx with parameters of type JImageFeatureModifier and TypeMethodDescriptionbooleanJImageFeatureLayer.addImageFeature(JImageFeature feature) Add the givenimage featureto this layer.protected voidJImageFeatureLayer.fireOnImageFeatureAdded(JImageFeature feature) Fire anonImageFeatureAddedcallback on all registeredlistener.protected voidJImageFeatureLayer.fireOnImageFeatureRemoved(JImageFeature feature) Fire anonImageFeatureRemovedcallback on all registeredlistener.voidJImageCanvas.onImageFeatureAdded(JImageFeatureLayer layer, JImageFeature feature) voidJImageFeatureLayerListener.onImageFeatureAdded(JImageFeatureLayer layer, JImageFeature feature) voidJImageCanvas.onImageFeatureModified(JImageFeatureLayer layer, JImageFeature feature) voidJImageFeatureLayer.onImageFeatureModified(JImageFeature feature) This method can be called by an attachedimage featurewhen its modified.voidJImageFeatureLayerListener.onImageFeatureModified(JImageFeatureLayer layer, JImageFeature feature) voidJImageCanvas.onImageFeatureRemoved(JImageFeatureLayer layer, JImageFeature feature) voidJImageFeatureLayerListener.onImageFeatureRemoved(JImageFeatureLayer layer, JImageFeature feature) booleanJImageFeatureLayer.removeImageFeature(JImageFeature feature) Remove the givenimage featurefrom this layer.Method parameters in org.jorigin.jfx with type arguments of type JImageFeatureModifier and TypeMethodDescriptionbooleanJImageFeatureLayer.addImageFeatures(Collection<JImageFeature> features) Add the givenimage featuresto this layer.protected voidJImageFeatureLayer.fireOnImageFeaturesAdded(Collection<JImageFeature> features) Fire anonImageFeaturesAddedcallback on all registeredlistener.protected voidJImageFeatureLayer.fireOnImageFeaturesRemoved(Collection<JImageFeature> features) Fire anonImageFeaturesRemovedcallback on all registeredlistener.voidJImageCanvas.onImageFeatureModified(JImageFeatureLayer layer, Collection<JImageFeature> features) voidJImageFeatureLayerListener.onImageFeatureModified(JImageFeatureLayer layer, Collection<JImageFeature> features) voidJImageCanvas.onImageFeaturesAdded(JImageFeatureLayer layer, Collection<JImageFeature> features) voidJImageFeatureLayerListener.onImageFeaturesAdded(JImageFeatureLayer layer, Collection<JImageFeature> features) voidJImageCanvas.onImageFeaturesRemoved(JImageFeatureLayer layer, Collection<JImageFeature> features) voidJImageFeatureLayerListener.onImageFeaturesRemoved(JImageFeatureLayer layer, Collection<JImageFeature> features) booleanJImageFeatureLayer.removeImageFeatures(Collection<JImageFeature> features) Remove the givenimage featuresfrom this layer.voidJImageFeatureLayer.setImageFeatures(Collection<JImageFeature> features) Set theimage featuresto attach to to this layer.Constructor parameters in org.jorigin.jfx with type arguments of type JImageFeatureModifierConstructorDescriptionJImageFeatureLayer(String name, Collection<JImageFeature> features, boolean selectable, boolean selected, boolean displayable, boolean displaying) Create a newimage featurelayer with the given parameters.