Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- addImageFeature(JImageFeature) - Method in class org.jorigin.jfx.JImageFeatureLayer
-
Add the given
image featureto this layer. - addImageFeatureLayer(JImageFeatureLayer) - Method in class org.jorigin.jfx.JImageCanvas
-
Add the given
layerto this canvas. - addImageFeatureLayerListener(JImageFeatureLayerListener) - Method in class org.jorigin.jfx.JImageFeatureLayer
-
Add the given
layer listenerto this layer. - addImageFeatures(Collection<JImageFeature>) - Method in class org.jorigin.jfx.JImageFeatureLayer
-
Add the given
image featuresto this layer. - addThumbnail(JThumbnail<T>) - Method in class org.jorigin.jfx.thumbnail.JThumbnailPane
-
Add the given
thumbnailto this pane. - addThumbnailActivationHandler(JThumbnailActivationHandler<T>) - Method in class org.jorigin.jfx.thumbnail.JThumbnailPane
-
Add the given
thumbnail activation handlerto this component. - addThumbnailSelectionHandler(JThumbnailSelectionHandler<T>) - Method in class org.jorigin.jfx.thumbnail.JThumbnailPane
-
Add the given
thumbnail selection handlerto this component.
C
- clearAndSelect(int) - Method in class org.jorigin.jfx.thumbnail.JThumbnailSelectionModel
- clearSelection() - Method in class org.jorigin.jfx.thumbnail.JThumbnailSelectionModel
- clearSelection(int) - Method in class org.jorigin.jfx.thumbnail.JThumbnailSelectionModel
- contains(double, double) - Method in interface org.jorigin.jfx.JImageFeature
-
Check if the point described by the given coordinates (
x,y) is inside the feature. - contains(Shape) - Method in interface org.jorigin.jfx.JImageFeature
-
Check if the
shapegiven in parameter is inside the feature.
D
- draw(GraphicsContext, Affine) - Method in interface org.jorigin.jfx.JImageFeature
-
Draw this feature on the given
graphic context.
F
- fireOnImageFeatureAdded(JImageFeature) - Method in class org.jorigin.jfx.JImageFeatureLayer
-
Fire an
onImageFeatureAddedcallback on all registeredlistener. - fireOnImageFeatureRemoved(JImageFeature) - Method in class org.jorigin.jfx.JImageFeatureLayer
-
Fire an
onImageFeatureRemovedcallback on all registeredlistener. - fireOnImageFeaturesAdded(Collection<JImageFeature>) - Method in class org.jorigin.jfx.JImageFeatureLayer
-
Fire an
onImageFeaturesAddedcallback on all registeredlistener. - fireOnImageFeaturesRemoved(Collection<JImageFeature>) - Method in class org.jorigin.jfx.JImageFeatureLayer
-
Fire an
onImageFeaturesRemovedcallback on all registeredlistener. - FIT_AUTO - Static variable in class org.jorigin.jfx.JImageCanvas
-
Image is scaled in order to fit longest dimension.
- FIT_COMPLETE - Static variable in class org.jorigin.jfx.JImageCanvas
-
Image is scaled in x and Y in order to fit the canvas.
- FIT_HEIGHT - Static variable in class org.jorigin.jfx.JImageCanvas
-
Image is scaled in order to the image height is fitting the canvas height.
- FIT_NONE - Static variable in class org.jorigin.jfx.JImageCanvas
-
No fit is applied to the image when displayed.
- FIT_WIDTH - Static variable in class org.jorigin.jfx.JImageCanvas
-
Image is scaled in order to the image width is fitting the canvas width.
G
- getAutoFitProperty() - Method in class org.jorigin.jfx.JImageCanvas
-
Get the auto fit property.
- getAutoRefreshProperty() - Method in class org.jorigin.jfx.JImageCanvas
-
Get the auto refresh property.
- getBackgroundPaint() - Method in class org.jorigin.jfx.JImageCanvas
-
Get the background paint.
- getBackgroundPaintProperty() - Method in class org.jorigin.jfx.JImageCanvas
-
Get the background paint property.
- getClickDelay() - Method in class org.jorigin.jfx.control.MouseClickFilter
-
Get the maximal time between two mouse clicks in order to consider them as consecutive.
- getCursorPosition() - Method in class org.jorigin.jfx.JImageCanvas
-
Get the cursor current position.
- getCursorPositionProperty() - Method in class org.jorigin.jfx.JImageCanvas
-
Get the cursor current position property.
- getIcon(String) - Static method in class org.jorigin.jfx.icon.IconLoader
-
Get an
iconfrom the givenpath. - getIconDirectory() - Static method in class org.jorigin.jfx.icon.IconLoader
-
Get the directory to use as root for the icon search.
- getImage() - Method in class org.jorigin.jfx.JImageCanvas
-
Get the image that is displayed within the canvas.
- getImageBoundsInView() - Method in class org.jorigin.jfx.JImageCanvas
-
Get the bounding box of the image within the view referential.
- getImageCoordinate(double, double) - Method in class org.jorigin.jfx.JImageCanvas
-
Get the coordinate within the image referential of the point located at (
x,y) on the panel component. - getImageCoordinate(Point2D) - Method in class org.jorigin.jfx.JImageCanvas
-
Get the coordinate within the image referential of the given point expressed within the canvas component referential.
- getImageFeatureLayer() - Method in interface org.jorigin.jfx.JImageFeature
-
Get the
image feature layerattached to this feature. - getImageFeatures() - Method in class org.jorigin.jfx.JImageFeatureLayer
-
Get the
image featuresthat are attached to this layer. - getImageFitMethod() - Method in class org.jorigin.jfx.JImageCanvas
-
Get the image fit method.
- getImageFitMethodProperty() - Method in class org.jorigin.jfx.JImageCanvas
-
Get the image fit method property.
- getItems() - Method in class org.jorigin.jfx.thumbnail.JThumbnailPane
-
Get the items that are displayed within the thumbnail pane.
- getListeningControlsProperty() - Method in class org.jorigin.jfx.JImageCanvas
-
Get the listening controls property.
- getMouseClickEventHandler() - Method in class org.jorigin.jfx.control.MouseClickFilter
-
Get the handler that is attached to this filter.
- getName() - Method in class org.jorigin.jfx.JImageFeatureLayer
- getName() - Method in class org.jorigin.jfx.thumbnail.JThumbnail
- getRefreshNeededProperty() - Method in class org.jorigin.jfx.JImageCanvas
-
Get the refresh needed property.
- getRotation() - Method in class org.jorigin.jfx.JImageCanvas
-
Get the rotation applied to the view as an angle expressed in degree (°).
- getScale() - Method in class org.jorigin.jfx.JImageCanvas
-
Get the current scale factor of the panel view.
- getScaledIcon(String, double, double) - Static method in class org.jorigin.jfx.icon.IconLoader
-
Get an icon and scale it to the desired size given in millimeters.
- getScaledIcon(String, Dimension2D) - Static method in class org.jorigin.jfx.icon.IconLoader
-
Get an icon and scale it to the desired size given in millimeter (mm)
- getScaledIconView(String, Dimension2D) - Static method in class org.jorigin.jfx.icon.IconLoader
-
Get an icon as an
image viewand scale it to the desired size given in millimeter (mm) - getSelectedIndices() - Method in class org.jorigin.jfx.thumbnail.JThumbnailSelectionModel
- getSelectedItems() - Method in class org.jorigin.jfx.thumbnail.JThumbnailSelectionModel
- getSelectionMode() - Method in class org.jorigin.jfx.JImageCanvas
-
Get the selection mode used by the panel.
- getSelectionModeProperty() - Method in class org.jorigin.jfx.JImageCanvas
-
Get the selection mode property.
- getSelectionShape() - Method in class org.jorigin.jfx.JImageCanvas
-
Get the current selection shape.
- getThumbnailBackground() - Method in class org.jorigin.jfx.thumbnail.JThumbnailStyle
-
Get the thumbnail global background.
- getThumbnailContent() - Method in class org.jorigin.jfx.thumbnail.JThumbnail
-
Get the content that is associated to this thumbnail.
- getThumbnailFocusedBackground() - Method in class org.jorigin.jfx.thumbnail.JThumbnailStyle
-
Get a focused thumbnail global background.
- getThumbnailHeight() - Method in class org.jorigin.jfx.thumbnail.JThumbnailStyle
-
Get the desired height for the
JThumbnailinstances. - getThumbnailHGap() - Method in class org.jorigin.jfx.thumbnail.JThumbnailStyle
-
Get the horizontal spacing between
thumbnails. - getThumbnailImageBackground() - Method in class org.jorigin.jfx.thumbnail.JThumbnailStyle
-
Get the thumbnail image background.
- getThumbnailNameBackground() - Method in class org.jorigin.jfx.thumbnail.JThumbnailStyle
-
Get the thumbnail name background.
- getThumbnailPaneBackground() - Method in class org.jorigin.jfx.thumbnail.JThumbnailStyle
-
Get the thumbnail pane background.
- getThumbnailSelectedBackground() - Method in class org.jorigin.jfx.thumbnail.JThumbnailStyle
-
Get a selected thumbnail global background.
- getThumbnailSelectedImageBackground() - Method in class org.jorigin.jfx.thumbnail.JThumbnailStyle
-
Get the selected thumbnail image background.
- getThumbnailSelectedNameBackground() - Method in class org.jorigin.jfx.thumbnail.JThumbnailStyle
-
Get the thumbnail name background when it is selected.
- getThumbnailVGap() - Method in class org.jorigin.jfx.thumbnail.JThumbnailStyle
-
Get the vertical spacing between
thumbnails. - getThumbnailWidth() - Method in class org.jorigin.jfx.thumbnail.JThumbnailStyle
-
Get the desired width for the
JThumbnailinstances. - getTranslation() - Method in class org.jorigin.jfx.JImageCanvas
-
Get the translation applied to the view as a
2D point. - getUserData() - Method in interface org.jorigin.jfx.JImageFeature
-
Get the object that is represented by this image feature.
- getViewCoordinate(double, double) - Method in class org.jorigin.jfx.JImageCanvas
-
Get the coordinate within the canvas referential of the given point located at (
x,y) within the image referential. - getViewCoordinate(Point2D) - Method in class org.jorigin.jfx.JImageCanvas
-
Get the coordinate within the canvas referential of the given point expressed within the image referential.
- getViewInsets() - Method in class org.jorigin.jfx.JImageCanvas
-
Get the insets (in pixels) that the displayed image as to respect from the canvas borders.
- getViewTranslationClippingProperty() - Method in class org.jorigin.jfx.JImageCanvas
-
Get the property that control the use of clipping during a view translation.
H
- handle(MouseEvent) - Method in class org.jorigin.jfx.control.MouseClickFilter
-
Process a mouse event.
- handle(JThumbnailPane<T>, List<JThumbnail<T>>) - Method in interface org.jorigin.jfx.thumbnail.JThumbnailSelectionHandler
-
Handle the given
thumbnailsthat have been selected (can be empty). - handle(JThumbnailPane<T>, JThumbnail<T>) - Method in interface org.jorigin.jfx.thumbnail.JThumbnailActivationHandler
-
Handle the given
thumbnailthat has been activated.
I
- IconLoader - Class in org.jorigin.jfx.icon
-
A class dedicated to JavaFX icon loading.
- IconLoader() - Constructor for class org.jorigin.jfx.icon.IconLoader
- inside(Shape) - Method in interface org.jorigin.jfx.JImageFeature
-
Check if the
shapegiven in parameter is inside the feature. - intersects(Shape) - Method in interface org.jorigin.jfx.JImageFeature
-
Check if the
shapegiven in parameter is intersecting the feature. - isAutoFit() - Method in class org.jorigin.jfx.JImageCanvas
-
Get if the canvas is auto fitting when dimension changes occur.
- isAutoRefresh() - Method in class org.jorigin.jfx.JImageCanvas
-
Get if the canvas is auto refreshing when changes occur.
- isEmpty() - Method in class org.jorigin.jfx.thumbnail.JThumbnailSelectionModel
- isLayerDisplayed(String) - Method in class org.jorigin.jfx.JImageCanvas
-
Check if the given
layeris displayed. - isListeningControls() - Method in class org.jorigin.jfx.JImageCanvas
-
Get if the canvas is listening to controls (Mouse, Keyboard, ...).
- isRefreshNeeded() - Method in class org.jorigin.jfx.JImageCanvas
-
Get if the canvas has to be refreshed (changes have occured).
- isResizable() - Method in class org.jorigin.jfx.JImageCanvas
- isSelected(int) - Method in class org.jorigin.jfx.thumbnail.JThumbnailSelectionModel
- isStateDisplayable() - Method in class org.jorigin.jfx.JImageFeatureLayer
- isStateDisplaying() - Method in class org.jorigin.jfx.JImageFeatureLayer
- isStateSelectable() - Method in class org.jorigin.jfx.JImageFeatureLayer
- isStateSelectable() - Method in class org.jorigin.jfx.thumbnail.JThumbnail
- isStateSelected() - Method in class org.jorigin.jfx.JImageFeatureLayer
- isStateSelected() - Method in class org.jorigin.jfx.thumbnail.JThumbnail
- isThumbnailNameVisible() - Method in class org.jorigin.jfx.thumbnail.JThumbnailStyle
-
Get if
JThumbnailhas to display its name. - isViewTranslationClipping() - Method in class org.jorigin.jfx.JImageCanvas
-
Get if the translation clipping is active.
J
- JImageCanvas - Class in org.jorigin.jfx
-
A JavaFX canvas that can display images.
- JImageCanvas() - Constructor for class org.jorigin.jfx.JImageCanvas
-
Create a new image canvas with no attached image.
- JImageCanvas(Image) - Constructor for class org.jorigin.jfx.JImageCanvas
-
Create a new image canvas with an attached image.
- JImageCanvas(Image, double, double, int, int, boolean, boolean, boolean) - Constructor for class org.jorigin.jfx.JImageCanvas
-
Create a new image canvas that display the given image.
- JImageFeature - Interface in org.jorigin.jfx
-
An image feature that can be displayed within a
JImageCanvas. - JImageFeatureLayer - Class in org.jorigin.jfx
-
An layer that can reference
image featurethat can be displayed within aJImageCanvas. - JImageFeatureLayer(String) - Constructor for class org.jorigin.jfx.JImageFeatureLayer
-
Create a new @link JImageFeature image feature} layer with the given name.
- JImageFeatureLayer(String, Collection<JImageFeature>, boolean, boolean, boolean, boolean) - Constructor for class org.jorigin.jfx.JImageFeatureLayer
-
Create a new
image featurelayer with the given parameters. - JImageFeatureLayerListener - Interface in org.jorigin.jfx
-
A listener that enables to monitor
image feature layerthat can be displayed within aJImageCanvas. - JThumbnail<T> - Class in org.jorigin.jfx.thumbnail
-
A class that represents a thumbnail.
- JThumbnail(String, T, Image, JThumbnailStyle) - Constructor for class org.jorigin.jfx.thumbnail.JThumbnail
-
Create a new thumbnail that represents the given
contentby displaying the givenimageand the givenname. - JThumbnailActivationHandler<T> - Interface in org.jorigin.jfx.thumbnail
-
A handler that enables to process
thumbnailactivation. - JThumbnailPane<T> - Class in org.jorigin.jfx.thumbnail
-
A pane that enable to display and manage
thumbnails. - JThumbnailPane() - Constructor for class org.jorigin.jfx.thumbnail.JThumbnailPane
-
Create a new empty and default styled
thumbnailspane. - JThumbnailPane(boolean, JThumbnailStyle) - Constructor for class org.jorigin.jfx.thumbnail.JThumbnailPane
-
Create a new pane that enable to display and manage
thumbnails. - JThumbnailPane(JThumbnailStyle) - Constructor for class org.jorigin.jfx.thumbnail.JThumbnailPane
-
Create a new empty thumbnail pane.
- JThumbnailSelectionHandler<T> - Interface in org.jorigin.jfx.thumbnail
-
A handler that enables to process
thumbnailselection. - JThumbnailSelectionModel<T> - Class in org.jorigin.jfx.thumbnail
-
A
selection modelthat is used byJThumbnailPane - JThumbnailSelectionModel() - Constructor for class org.jorigin.jfx.thumbnail.JThumbnailSelectionModel
-
Create a new empty
JThumbnailPaneselection model. - JThumbnailSelectionModel(List<T>) - Constructor for class org.jorigin.jfx.thumbnail.JThumbnailSelectionModel
-
Create a new
JThumbnailPaneselection model based on the givenitems. - JThumbnailStyle - Class in org.jorigin.jfx.thumbnail
-
A set of parameters that enable to control
JThumbnailPaneandJThumbnaildisplay and layout. - JThumbnailStyle() - Constructor for class org.jorigin.jfx.thumbnail.JThumbnailStyle
-
Create a new set of parameters that enable to control
JThumbnailPaneandJThumbnaildisplay and layout.
M
- maxHeight(double) - Method in class org.jorigin.jfx.JImageCanvas
- maxWidth(double) - Method in class org.jorigin.jfx.JImageCanvas
- minHeight(double) - Method in class org.jorigin.jfx.JImageCanvas
- minWidth(double) - Method in class org.jorigin.jfx.JImageCanvas
- MODE_SELECTION_ACTIVE_MASK - Static variable in class org.jorigin.jfx.JImageCanvas
-
A mask that enable to check if a selection is active.
- MODE_SELECTION_NONE - Static variable in class org.jorigin.jfx.JImageCanvas
-
No selection mode activated.
- MODE_SELECTION_POINT - Static variable in class org.jorigin.jfx.JImageCanvas
-
The selection with point mode.
- MODE_SELECTION_POLYGON - Static variable in class org.jorigin.jfx.JImageCanvas
-
The selection with polygon mode.
- MODE_SELECTION_PROPERTY - Static variable in class org.jorigin.jfx.JImageCanvas
-
The image feature selection mode property name.
- MODE_SELECTION_RECTANGLE - Static variable in class org.jorigin.jfx.JImageCanvas
-
The selection with rectangle mode.
- MouseClickFilter - Class in org.jorigin.jfx.control
-
A mouse event filter that enable to filter intermediate mouse click events when multiple clicks occur.
- MouseClickFilter(long, EventHandler<? super MouseEvent>) - Constructor for class org.jorigin.jfx.control.MouseClickFilter
-
Create a new mouse click filter that trigger the given handler when a click event is accepted.
- MouseClickFilter(EventHandler<? super MouseEvent>) - Constructor for class org.jorigin.jfx.control.MouseClickFilter
-
Create a new mouse click filter that trigger the given handler when a click event is accepted.
O
- onImageFeatureAdded(JImageFeatureLayer, JImageFeature) - Method in class org.jorigin.jfx.JImageCanvas
- onImageFeatureAdded(JImageFeatureLayer, JImageFeature) - Method in interface org.jorigin.jfx.JImageFeatureLayerListener
- onImageFeatureModified(JImageFeature) - Method in class org.jorigin.jfx.JImageFeatureLayer
-
This method can be called by an attached
image featurewhen its modified. - onImageFeatureModified(JImageFeatureLayer, Collection<JImageFeature>) - Method in class org.jorigin.jfx.JImageCanvas
- onImageFeatureModified(JImageFeatureLayer, Collection<JImageFeature>) - Method in interface org.jorigin.jfx.JImageFeatureLayerListener
- onImageFeatureModified(JImageFeatureLayer, JImageFeature) - Method in class org.jorigin.jfx.JImageCanvas
- onImageFeatureModified(JImageFeatureLayer, JImageFeature) - Method in interface org.jorigin.jfx.JImageFeatureLayerListener
- onImageFeatureRemoved(JImageFeatureLayer, JImageFeature) - Method in class org.jorigin.jfx.JImageCanvas
- onImageFeatureRemoved(JImageFeatureLayer, JImageFeature) - Method in interface org.jorigin.jfx.JImageFeatureLayerListener
- onImageFeaturesAdded(JImageFeatureLayer, Collection<JImageFeature>) - Method in class org.jorigin.jfx.JImageCanvas
- onImageFeaturesAdded(JImageFeatureLayer, Collection<JImageFeature>) - Method in interface org.jorigin.jfx.JImageFeatureLayerListener
- onImageFeaturesRemoved(JImageFeatureLayer, Collection<JImageFeature>) - Method in class org.jorigin.jfx.JImageCanvas
- onImageFeaturesRemoved(JImageFeatureLayer, Collection<JImageFeature>) - Method in interface org.jorigin.jfx.JImageFeatureLayerListener
- org.jcommon.jfx - module org.jcommon.jfx
-
The module description of the JCommon package
- org.jorigin.jfx - package org.jorigin.jfx
- org.jorigin.jfx.control - package org.jorigin.jfx.control
- org.jorigin.jfx.icon - package org.jorigin.jfx.icon
- org.jorigin.jfx.thumbnail - package org.jorigin.jfx.thumbnail
P
- PATH_TYPE_EMBEDDED_JAR - Static variable in class org.jorigin.jfx.icon.IconLoader
-
This flag identifies a jar type for the resource path.
- PATH_TYPE_EMBEDDED_ZIP - Static variable in class org.jorigin.jfx.icon.IconLoader
-
This flag identifies a zip type for the resource path.
- PATH_TYPE_FILESYSTEM - Static variable in class org.jorigin.jfx.icon.IconLoader
-
This flag identifies an filesystem type (absolute) for the resource path.
- PATH_TYPE_UNKNOWN - Static variable in class org.jorigin.jfx.icon.IconLoader
-
This flag identifies an unknown type for the resource path.
- PATH_TYPE_URL - Static variable in class org.jorigin.jfx.icon.IconLoader
-
This flag identifies an URL type (HTTP, HTTPS, FTP, SFTP) for the resource path.
- prefHeight(double) - Method in class org.jorigin.jfx.JImageCanvas
R
- refresh() - Method in class org.jorigin.jfx.JImageCanvas
-
Refresh the GUI components
- refreshEnqueue(Runnable) - Method in class org.jorigin.jfx.JImageCanvas
-
Add the given task to add to the refresh queue.
- removeImageFeature(JImageFeature) - Method in class org.jorigin.jfx.JImageFeatureLayer
-
Remove the given
image featurefrom this layer. - removeImageFeatureLayer(JImageFeatureLayer) - Method in class org.jorigin.jfx.JImageCanvas
-
Remove the given
layerfrom this canvas. - removeImageFeatureLayerListener(JImageFeatureLayerListener) - Method in class org.jorigin.jfx.JImageFeatureLayer
-
Remove the given
layer listenerfrom this layer. - removeImageFeatures(Collection<JImageFeature>) - Method in class org.jorigin.jfx.JImageFeatureLayer
-
Remove the given
image featuresfrom this layer. - removeThumbnail(JThumbnail<T>) - Method in class org.jorigin.jfx.thumbnail.JThumbnailPane
-
Remove the given
thumbnailfrom this pane. - removeThumbnailActivationHandler(JThumbnailActivationHandler<T>) - Method in class org.jorigin.jfx.thumbnail.JThumbnailPane
-
Remove the given
thumbnail activation handlerfrom this component. - removeThumbnailSelectionHandler(JThumbnailSelectionHandler<T>) - Method in class org.jorigin.jfx.thumbnail.JThumbnailPane
-
Remove the given
thumbnail selection handlerfrom this component. - resize(double, double) - Method in class org.jorigin.jfx.JImageCanvas
S
- select(int) - Method in class org.jorigin.jfx.thumbnail.JThumbnailSelectionModel
- select(Shape) - Method in class org.jorigin.jfx.JImageCanvas
-
Select the features that are inside the given
shape. - select(T) - Method in class org.jorigin.jfx.thumbnail.JThumbnailSelectionModel
- selectAll() - Method in class org.jorigin.jfx.thumbnail.JThumbnailSelectionModel
- selectFirst() - Method in class org.jorigin.jfx.thumbnail.JThumbnailSelectionModel
- selectIndices(int, int...) - Method in class org.jorigin.jfx.thumbnail.JThumbnailSelectionModel
- selectLast() - Method in class org.jorigin.jfx.thumbnail.JThumbnailSelectionModel
- selectNext() - Method in class org.jorigin.jfx.thumbnail.JThumbnailSelectionModel
- selectPrevious() - Method in class org.jorigin.jfx.thumbnail.JThumbnailSelectionModel
- setAutoFit(boolean) - Method in class org.jorigin.jfx.JImageCanvas
-
Set if the canvas has to auto fit when dimension changes occur.
- setAutoRefresh(boolean) - Method in class org.jorigin.jfx.JImageCanvas
-
Get if the canvas has to auto refresh when changes occur.
- setBackgroundPaint(Paint) - Method in class org.jorigin.jfx.JImageCanvas
-
Set the background paint.
- setClickDelay(long) - Method in class org.jorigin.jfx.control.MouseClickFilter
-
Set the maximal time between two mouse clicks in order to consider them as consecutive.
- setFilter(Predicate<? super T>) - Method in class org.jorigin.jfx.thumbnail.JThumbnailPane
-
Apply the filter defined by the given
predicateto the displayedthumbnails. - setIconDirectory(String) - Static method in class org.jorigin.jfx.icon.IconLoader
-
Set the path to use as root for the icon search.
- setImage(Image) - Method in class org.jorigin.jfx.JImageCanvas
-
Set the image to display within the canvas.
- setImageFeatureLayer(JImageFeatureLayer) - Method in interface org.jorigin.jfx.JImageFeature
-
Set the
image feature layerto attach to this feature. - setImageFeatures(Collection<JImageFeature>) - Method in class org.jorigin.jfx.JImageFeatureLayer
-
Set the
image featuresto attach to to this layer. - setImageFitMethod(int) - Method in class org.jorigin.jfx.JImageCanvas
-
Set the image fit method.
- setLayerDisplayed(String, boolean) - Method in class org.jorigin.jfx.JImageCanvas
-
Set if the given
layerhas to be displayed. - setListeningControls(boolean) - Method in class org.jorigin.jfx.JImageCanvas
-
Set if the canvas has to listen to controls (Mouse, Keyboard, ...).
- setMouseClickEventHandler(EventHandler<? super MouseEvent>) - Method in class org.jorigin.jfx.control.MouseClickFilter
-
Set the handler to attach to this filter.
- setName(String) - Method in class org.jorigin.jfx.JImageFeatureLayer
- setName(String) - Method in class org.jorigin.jfx.thumbnail.JThumbnail
- setResizable(boolean) - Method in class org.jorigin.jfx.JImageCanvas
-
Set if the image canvas can be resized.
- setRotation(double) - Method in class org.jorigin.jfx.JImageCanvas
-
Set the rotation to apply to the view.
- setScale(double) - Method in class org.jorigin.jfx.JImageCanvas
-
Set the scale factor to apply to the panel view.
- setSelectionMode(int) - Method in class org.jorigin.jfx.JImageCanvas
-
Set the selection mode that the panel has to use.
- setStateDisplayable(boolean) - Method in class org.jorigin.jfx.JImageFeatureLayer
- setStateDisplaying(boolean) - Method in class org.jorigin.jfx.JImageFeatureLayer
- setStateSelectable(boolean) - Method in class org.jorigin.jfx.JImageFeatureLayer
- setStateSelectable(boolean) - Method in class org.jorigin.jfx.thumbnail.JThumbnail
- setStateSelected(boolean) - Method in class org.jorigin.jfx.JImageFeatureLayer
- setStateSelected(boolean) - Method in class org.jorigin.jfx.thumbnail.JThumbnail
- setStyle(JThumbnailStyle) - Method in class org.jorigin.jfx.thumbnail.JThumbnailPane
-
Set the style that this thumbnail pane has to use for display and layout.
- setThumbnailBackground(Background) - Method in class org.jorigin.jfx.thumbnail.JThumbnailStyle
-
Set the thumbnail global background.
- setThumbnailFocusedBackground(Background) - Method in class org.jorigin.jfx.thumbnail.JThumbnailStyle
-
Set a focused thumbnail global background.
- setThumbnailHeight(double) - Method in class org.jorigin.jfx.thumbnail.JThumbnailStyle
-
Set the desired height for the
JThumbnailinstances. - setThumbnailHGap(double) - Method in class org.jorigin.jfx.thumbnail.JThumbnailStyle
-
Set the desired horizontal spacing between
thumbnails. - setThumbnailImage(Image) - Method in class org.jorigin.jfx.thumbnail.JThumbnail
-
Set the image that has to be displayed within this thumbnail.
- setThumbnailImageBackground(Background) - Method in class org.jorigin.jfx.thumbnail.JThumbnailStyle
-
Set the thumbnail image background.
- setThumbnailNameBackground(Background) - Method in class org.jorigin.jfx.thumbnail.JThumbnailStyle
-
Set the thumbnail name background.
- setThumbnailNameVisible(boolean) - Method in class org.jorigin.jfx.thumbnail.JThumbnailStyle
-
Set if a
JThumbnailhas to display its name. - setThumbnailPaneBackground(Background) - Method in class org.jorigin.jfx.thumbnail.JThumbnailStyle
-
Set the thumbnail pane background.
- setThumbnailSelectedBackground(Background) - Method in class org.jorigin.jfx.thumbnail.JThumbnailStyle
-
Set a selected thumbnail global background.
- setThumbnailSelectedImageBackground(Background) - Method in class org.jorigin.jfx.thumbnail.JThumbnailStyle
-
Set the selected thumbnail image background.
- setThumbnailSelectedNameBackground(Background) - Method in class org.jorigin.jfx.thumbnail.JThumbnailStyle
-
Set the thumbnail name background when it is selected.
- setThumbnailStyle(JThumbnailStyle) - Method in class org.jorigin.jfx.thumbnail.JThumbnail
-
Set the parameters that this thumbnail has to use for display and layout.
- setThumbnailVGap(double) - Method in class org.jorigin.jfx.thumbnail.JThumbnailStyle
-
Set the desired vertical spacing between
thumbnails. - setThumbnailWidth(double) - Method in class org.jorigin.jfx.thumbnail.JThumbnailStyle
-
Set the desired width for the
JThumbnailinstances. - setTranslation(Point2D) - Method in class org.jorigin.jfx.JImageCanvas
-
Set the translation to apply to the view.
- setUserData(Object) - Method in interface org.jorigin.jfx.JImageFeature
-
Set the object that is represented by this image feature.
- setViewInsets(Insets) - Method in class org.jorigin.jfx.JImageCanvas
-
Set the insets (in pixels) that the displayed image as to respect from the canvas borders.
- setViewTranslationClipping(boolean) - Method in class org.jorigin.jfx.JImageCanvas
-
Set if the translation clipping has to be active.
T
- thumbnailBackgroundProperty() - Method in class org.jorigin.jfx.thumbnail.JThumbnailStyle
-
Get the thumbnail global background property.
- thumbnailFilterProperty() - Method in class org.jorigin.jfx.thumbnail.JThumbnailPane
-
Get the
filterproperty. - thumbnailFocusedBackgroundProperty() - Method in class org.jorigin.jfx.thumbnail.JThumbnailStyle
-
Get a focused thumbnail global background property.
- thumbnailHeightProperty() - Method in class org.jorigin.jfx.thumbnail.JThumbnailStyle
-
Get the thumbnail height property.
- thumbnailHGapProperty() - Method in class org.jorigin.jfx.thumbnail.JThumbnailStyle
-
Get the thumbnail horizontal gap property.
- thumbnailImageBackgroundProperty() - Method in class org.jorigin.jfx.thumbnail.JThumbnailStyle
-
Get the thumbnail image background property.
- thumbnailNameBackgroundProperty() - Method in class org.jorigin.jfx.thumbnail.JThumbnailStyle
-
Get the thumbnail name background property.
- thumbnailNameVisibilityProperty() - Method in class org.jorigin.jfx.thumbnail.JThumbnailStyle
-
Get the name visibility property.
- thumbnailPaneBackgroundProperty() - Method in class org.jorigin.jfx.thumbnail.JThumbnailStyle
-
Get the thumbnail pane background property.
- thumbnailSelectedBackgroundProperty() - Method in class org.jorigin.jfx.thumbnail.JThumbnailStyle
-
Get a selected thumbnail global background property.
- thumbnailSelectedImageBackgroundProperty() - Method in class org.jorigin.jfx.thumbnail.JThumbnailStyle
-
Get the selected thumbnail image background property.
- thumbnailSelectedNameBackgroundProperty() - Method in class org.jorigin.jfx.thumbnail.JThumbnailStyle
-
Get the thumbnail name background property when it is selected.
- thumbnailStyleProperty() - Method in class org.jorigin.jfx.thumbnail.JThumbnailPane
-
Get the
styleproperty. - thumbnailVGapProperty() - Method in class org.jorigin.jfx.thumbnail.JThumbnailStyle
-
Get the thumbnail vertical gap property.
- thumbnailWidthProperty() - Method in class org.jorigin.jfx.thumbnail.JThumbnailStyle
-
Get the thumbnail width property.
U
- update() - Method in class org.jorigin.jfx.thumbnail.JThumbnailPane
-
Update the thumbnails display after a change on underlying data (for example ).
V
- viewFit() - Method in class org.jorigin.jfx.JImageCanvas
-
Fit the image view according to the active
fit method. - viewRotate(double) - Method in class org.jorigin.jfx.JImageCanvas
-
Rotate the current view by the given angle.
- viewTranslate(Point2D) - Method in class org.jorigin.jfx.JImageCanvas
-
Translate the current view by the given vector.
All Classes and Interfaces|All Packages|Constant Field Values