Package | Description |
---|---|
org.eclipse.gef4.mvc.fx.parts |
This package contains all JavaFX-specific
IContentPart ,
IVisualPart ,
IFeedbackPart , and
IHandlePart implementations and related
classes. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractFXSegmentHandlePart<N extends javafx.scene.Node>
An
AbstractFXSegmentHandlePart is bound to a segment of a poly-bezier
handle geometry, represented by an array of BezierCurve s. |
class |
FXCircleSegmentHandlePart
The
FXCircleSegmentHandlePart is an
AbstractFXSegmentHandlePart that uses Circle for the
visualization. |
class |
FXRectangleSegmentHandlePart
An
AbstractFXSegmentHandlePart with a rectangular
Rectangle visual. |
class |
FXSquareSegmentHandlePart
An
AbstractFXSegmentHandlePart with a quadratic
Rectangle visual. |
Copyright (c) 2014 itemis AG and others. All rights reserved.