Index

A C D F G H I J M O P R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values

A

addImageFeature(JImageFeature) - Method in class org.jorigin.jfx.JImageFeatureLayer
Add the given image feature to this layer.
addImageFeatureLayer(JImageFeatureLayer) - Method in class org.jorigin.jfx.JImageCanvas
Add the given layer to this canvas.
addImageFeatureLayerListener(JImageFeatureLayerListener) - Method in class org.jorigin.jfx.JImageFeatureLayer
Add the given layer listener to this layer.
addImageFeatures(Collection<JImageFeature>) - Method in class org.jorigin.jfx.JImageFeatureLayer
Add the given image features to this layer.
addThumbnail(JThumbnail<T>) - Method in class org.jorigin.jfx.thumbnail.JThumbnailPane
Add the given thumbnail to this pane.
addThumbnailActivationHandler(JThumbnailActivationHandler<T>) - Method in class org.jorigin.jfx.thumbnail.JThumbnailPane
Add the given thumbnail activation handler to this component.
addThumbnailSelectionHandler(JThumbnailSelectionHandler<T>) - Method in class org.jorigin.jfx.thumbnail.JThumbnailPane
Add the given thumbnail selection handler to 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 shape given 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 onImageFeatureAdded callback on all registered listener.
fireOnImageFeatureRemoved(JImageFeature) - Method in class org.jorigin.jfx.JImageFeatureLayer
Fire an onImageFeatureRemoved callback on all registered listener.
fireOnImageFeaturesAdded(Collection<JImageFeature>) - Method in class org.jorigin.jfx.JImageFeatureLayer
Fire an onImageFeaturesAdded callback on all registered listener.
fireOnImageFeaturesRemoved(Collection<JImageFeature>) - Method in class org.jorigin.jfx.JImageFeatureLayer
Fire an onImageFeaturesRemoved callback on all registered listener.
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 icon from the given path.
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 layer attached to this feature.
getImageFeatures() - Method in class org.jorigin.jfx.JImageFeatureLayer
Get the image features that 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 view and 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 JThumbnail instances.
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 JThumbnail instances.
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 thumbnails that have been selected (can be empty).
handle(JThumbnailPane<T>, JThumbnail<T>) - Method in interface org.jorigin.jfx.thumbnail.JThumbnailActivationHandler
Handle the given thumbnail that 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 shape given in parameter is inside the feature.
intersects(Shape) - Method in interface org.jorigin.jfx.JImageFeature
Check if the shape given 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 layer is 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 JThumbnail has 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 feature that can be displayed within a JImageCanvas.
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 feature layer with the given parameters.
JImageFeatureLayerListener - Interface in org.jorigin.jfx
A listener that enables to monitor image feature layer that can be displayed within a JImageCanvas.
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 content by displaying the given image and the given name.
JThumbnailActivationHandler<T> - Interface in org.jorigin.jfx.thumbnail
A handler that enables to process thumbnail activation.
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 thumbnails pane.
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 thumbnail selection.
JThumbnailSelectionModel<T> - Class in org.jorigin.jfx.thumbnail
A selection model that is used by JThumbnailPane
JThumbnailSelectionModel() - Constructor for class org.jorigin.jfx.thumbnail.JThumbnailSelectionModel
Create a new empty JThumbnailPane selection model.
JThumbnailSelectionModel(List<T>) - Constructor for class org.jorigin.jfx.thumbnail.JThumbnailSelectionModel
Create a new JThumbnailPane selection model based on the given items.
JThumbnailStyle - Class in org.jorigin.jfx.thumbnail
A set of parameters that enable to control JThumbnailPane and JThumbnail display and layout.
JThumbnailStyle() - Constructor for class org.jorigin.jfx.thumbnail.JThumbnailStyle
Create a new set of parameters that enable to control JThumbnailPane and JThumbnail display 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
A callback method that is triggered when a feature has been added to the listened layer.
onImageFeatureModified(JImageFeature) - Method in class org.jorigin.jfx.JImageFeatureLayer
This method can be called by an attached image feature when its modified.
onImageFeatureModified(JImageFeatureLayer, Collection<JImageFeature>) - Method in class org.jorigin.jfx.JImageCanvas
 
onImageFeatureModified(JImageFeatureLayer, Collection<JImageFeature>) - Method in interface org.jorigin.jfx.JImageFeatureLayerListener
A callback method that is triggered when a collection of feature has been modified from the listened layer.
onImageFeatureModified(JImageFeatureLayer, JImageFeature) - Method in class org.jorigin.jfx.JImageCanvas
 
onImageFeatureModified(JImageFeatureLayer, JImageFeature) - Method in interface org.jorigin.jfx.JImageFeatureLayerListener
A callback method that is triggered when a feature has been modified from the listened layer.
onImageFeatureRemoved(JImageFeatureLayer, JImageFeature) - Method in class org.jorigin.jfx.JImageCanvas
 
onImageFeatureRemoved(JImageFeatureLayer, JImageFeature) - Method in interface org.jorigin.jfx.JImageFeatureLayerListener
A callback method that is triggered when a feature has been removed from the listened layer.
onImageFeaturesAdded(JImageFeatureLayer, Collection<JImageFeature>) - Method in class org.jorigin.jfx.JImageCanvas
 
onImageFeaturesAdded(JImageFeatureLayer, Collection<JImageFeature>) - Method in interface org.jorigin.jfx.JImageFeatureLayerListener
A callback method that is triggered when a collection of feature has been added to the listened layer.
onImageFeaturesRemoved(JImageFeatureLayer, Collection<JImageFeature>) - Method in class org.jorigin.jfx.JImageCanvas
 
onImageFeaturesRemoved(JImageFeatureLayer, Collection<JImageFeature>) - Method in interface org.jorigin.jfx.JImageFeatureLayerListener
A callback method that is triggered when a collection of feature has been removed from the listened layer.
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 feature from this layer.
removeImageFeatureLayer(JImageFeatureLayer) - Method in class org.jorigin.jfx.JImageCanvas
Remove the given layer from this canvas.
removeImageFeatureLayerListener(JImageFeatureLayerListener) - Method in class org.jorigin.jfx.JImageFeatureLayer
Remove the given layer listener from this layer.
removeImageFeatures(Collection<JImageFeature>) - Method in class org.jorigin.jfx.JImageFeatureLayer
Remove the given image features from this layer.
removeThumbnail(JThumbnail<T>) - Method in class org.jorigin.jfx.thumbnail.JThumbnailPane
Remove the given thumbnail from this pane.
removeThumbnailActivationHandler(JThumbnailActivationHandler<T>) - Method in class org.jorigin.jfx.thumbnail.JThumbnailPane
Remove the given thumbnail activation handler from this component.
removeThumbnailSelectionHandler(JThumbnailSelectionHandler<T>) - Method in class org.jorigin.jfx.thumbnail.JThumbnailPane
Remove the given thumbnail selection handler from 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 predicate to the displayed thumbnails.
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 layer to attach to this feature.
setImageFeatures(Collection<JImageFeature>) - Method in class org.jorigin.jfx.JImageFeatureLayer
Set the image features to 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 layer has 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 JThumbnail instances.
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 JThumbnail has 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 JThumbnail instances.
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 filter property.
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 style property.
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.
A C D F G H I J M O P R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values