Interface CirclePeerMixin<N extends Circle,NB extends CirclePeerBase<N,NB,NM>,NM extends CirclePeerMixin<N,NB,NM>>
- All Superinterfaces:
NodePeer<N>
,NodePeerMixin<N,
,NB, NM> ShapePeerMixin<N,
NB, NM>
- All Known Implementing Classes:
HtmlCirclePeer
,SvgCirclePeer
public interface CirclePeerMixin<N extends Circle,NB extends CirclePeerBase<N,NB,NM>,NM extends CirclePeerMixin<N,NB,NM>>
extends ShapePeerMixin<N,NB,NM>
- Author:
- Bruno Salmon
-
Method Summary
Modifier and TypeMethodDescriptionvoid
updateCenterX
(Double centerX) void
updateCenterY
(Double centerY) void
updateRadius
(Double radius) Methods inherited from interface dev.webfx.kit.mapper.peers.javafxgraphics.base.NodePeerMixin
bind, getNode, getNodePeerBase, isTreeVisible, requestFocus, snapshot, unbind, updateAllNodeTransforms, updateBlendMode, updateClip, updateCursor, updateDisabled, updateEffect, updateId, updateLayoutX, updateLayoutY, updateList, updateMouseTransparent, updateOnDragDetected, updateOnDragDone, updateOnDragDropped, updateOnDragEntered, updateOnDragExited, updateOnDragOver, updateOpacity, updateProperty, updateRotate, updateScaleX, updateScaleY, updateStyleClass, updateTransforms, updateTranslateX, updateTranslateY, updateVisible
Methods inherited from interface dev.webfx.kit.mapper.peers.javafxgraphics.base.ShapePeerMixin
updateFill, updateSmooth, updateStroke, updateStrokeDashArray, updateStrokeDashOffset, updateStrokeLineCap, updateStrokeLineJoin, updateStrokeMiterLimit, updateStrokeType, updateStrokeWidth
-
Method Details
-
updateCenterX
-
updateCenterY
-
updateRadius
-