IContentPart,
IVisualPart,
IFeedbackPart, and
IHandlePart implementations and related
classes.See: Description
| Class | Description |
|---|---|
| AbstractFXContentPart<V extends javafx.scene.Node> |
The
AbstractFXContentPart is an IContentPart implementation
that binds the VR type parameter (visual root type) to Node. |
| AbstractFXFeedbackPart<N extends javafx.scene.Node> |
Abstract base implementation for a JavaFX-specific
IFeedbackPart. |
| AbstractFXHandlePart<N extends javafx.scene.Node> |
Abstract base implementation for a JavaFX-specific
IHandlePart. |
| AbstractFXRootPart<N extends javafx.scene.Node> |
Abstract base implementation for a JavaFX-specific
IRootPart. |
| AbstractFXSegmentHandlePart<N extends javafx.scene.Node> |
An
AbstractFXSegmentHandlePart is bound to a segment of a poly-bezier
handle geometry, represented by an array of BezierCurves. |
| ChopBoxAnchorProvider |
The
ChopBoxAnchorProvider is a Provider<IFXAnchor>
implementation that provides an FXChopBoxAnchor for the host visual. |
| FXCircleSegmentHandlePart |
The
FXCircleSegmentHandlePart is an
AbstractFXSegmentHandlePart that uses Circle for the
visualization. |
| FXDefaultFeedbackPartFactory |
The
FXDefaultFeedbackPartFactory is an IFeedbackPartFactory
implementation that is parameterized by Node. |
| FXDefaultHandlePartFactory |
The
FXDefaultHandlePartFactory is an IHandlePartFactory
implementation that is parameterized by Node. |
| FXHoverFeedbackPart |
The
FXHoverFeedbackPart is an AbstractFXFeedbackPart that is
parameterized by FXGeometryNode<IGeometry>. |
| FXPartUtils |
The
FXPartUtils class contains utility methods for the identification
of possible event targets (
FXPartUtils.getTargetPart(Collection, Node, Class, boolean)) and the computation
of collective bounds (FXPartUtils.getUnionedVisualBoundsInScene(Collection)). |
| FXRectangleSegmentHandlePart |
An
AbstractFXSegmentHandlePart with a
Rectangle visual. |
| FXRootPart | |
| FXSelectionFeedbackPart |
The
FXSelectionFeedbackPart is an AbstractFXFeedbackPart that
is parameterized by FXGeometryNode<IGeometry>. |
| FXSelectionLinkFeedbackPart |
The
FXSelectionLinkFeedbackPart is an FXSelectionFeedbackPart
that uses a dotted line as its visualization. |
| FXTransformProvider |
The
FXTransformProvider can be registered on an IVisualPart
to insert an Affine into its visual's transformations list and access
that Affine. |
| VisualBoundsGeometryProvider | |
| VisualOutlineGeometryProvider |
The
VisualOutlineGeometryProvider can be registered on an
IVisualPart to provide an IGeometry based on the outline of
the part's visualization. |
IContentPart,
IVisualPart,
IFeedbackPart, and
IHandlePart implementations and related
classes.Copyright (c) 2014 itemis AG and others. All rights reserved.