javafx.ui.canvas
QuadCurve
Extends: Shape
The QuadCurve
class defines a quadratic parametric curve
segment by means of a start point (x1, y1), a control point (ctrlx, ctrly),
and an end point (x2, y2).
Attributes
- public ctrlx: Number
- The x coordinate of the control point of this quad curve.
- public ctrly: Number
- The y coordinate of the control point of this quad curve.
- public x1: Number
- The x coordinate of the start point of this quad curve.
- public x2: Number
- The x coordinate of the end point of this quad curve.
- public y1: Number
- The y coordinate of the start point of this quad curve.
- public y2: Number
- The y coordinate of the end point of this quad curve.
- private zquadCurve: net.java.javafx.jazz.component.ZQuadCurve
awtFill,
awtStroke,
composite,
fill,
stroke,
strokeComposite,
strokeDashArray,
strokeDashOffset,
strokeLineCap,
strokeLineJoin,
strokeMiterLimit,
strokeWidth,
zvisualnode
ag,
alignmentTransform,
antialiasClip,
bounds,
cachedCanvas,
canAcceptDrop,
cg,
clip,
clipNode,
currentHeight,
currentWidth,
currentX,
currentY,
cursor,
dragCount,
exportAsDrag,
exportDrag,
fadeGroup,
filter,
filterGroup,
focusable,
focused,
halign,
hover,
id,
isSelectionRoot,
mouseListener,
mouseMotionListener,
onDragEnter,
onDragExit,
onDrop,
onKeyDown,
onKeyTyped,
onKeyUp,
onMouseClicked,
onMouseDragged,
onMouseEntered,
onMouseExited,
onMouseMoved,
onMousePressed,
onMouseReleased,
opacity,
scaleToFitCanvas,
selectable,
sg,
tg,
toolTipText,
valign,
visible
createNode,
doDragExport,
getF3,
getGlobalBounds,
getNode,
getVisualComponent,
handleAcceptDrop,
handleDragEnter,
handleDragExit,
handleDrop,
installMouseListener,
installMouseMotionListener,
makeCanvasMouseEvent