javafx.ui.canvas

Lens

Extends: Node

Provides a view onto some other part of the scene graph. The node assigned to the view attribute will also be rendered within the bounds of this object and this object's transformations and/or filters, opacity, etc will be applied to it.

Attributes

public composite: java.awt.Composite?
public fill: Paint?
private lg: net.java.javafx.jazz.ZLayerGroup
private lgx: Number
private lgy: Number
public mask: Paint?
private nodeListener: net.java.javafx.jazz.event.ZNodeListener
public view: Node?
the object that will be displayed in this lens
private viewBounds: net.java.javafx.jazz.util.ZBounds?
public viewComposite: java.awt.Composite?
private zcamera: net.java.javafx.jazz.ZCamera

Attributes Inherited from javafx.ui.canvas.Node

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

Attributes Inherited from javafx.ui.canvas.CanvasElement

parentCanvasElement

Attributes Inherited from javafx.ui.canvas.Transformable

affineTransform, transform

Operations/Functions

private setView()

Operations/Functions Inherited from javafx.ui.canvas.Node

createNode, doDragExport, getF3, getGlobalBounds, getNode, getVisualComponent, handleAcceptDrop, handleDragEnter, handleDragExit, handleDrop, installMouseListener, installMouseMotionListener, makeCanvasMouseEvent

Operations/Functions Inherited from javafx.ui.canvas.CanvasElement

getCanvas, getContainer, hasParent, lower, onSetCanvas, raise, toBack, toFront

Operations/Functions Inherited from javafx.ui.canvas.Transformable

onTransformChanged, updateTransform