Class SVGPathPeerBase<N extends SVGPath,NB extends SVGPathPeerBase<N,NB,NM>,NM extends SVGPathPeerMixin<N,NB,NM>>
java.lang.Object
dev.webfx.kit.mapper.peers.javafxgraphics.base.NodePeerBase<N,NB,NM>
dev.webfx.kit.mapper.peers.javafxgraphics.base.ShapePeerBase<N,NB,NM>
dev.webfx.kit.mapper.peers.javafxgraphics.base.SVGPathPeerBase<N,NB,NM>
- All Implemented Interfaces:
NodePeer<N>
public class SVGPathPeerBase<N extends SVGPath,NB extends SVGPathPeerBase<N,NB,NM>,NM extends SVGPathPeerMixin<N,NB,NM>>
extends ShapePeerBase<N,NB,NM>
- Author:
- Bruno Salmon
-
Field Summary
Fields inherited from class dev.webfx.kit.mapper.peers.javafxgraphics.base.NodePeerBase
mixin, node
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
bind
(N p, SceneRequester sceneRequester) boolean
updateProperty
(ObservableValue changedProperty) Methods inherited from class dev.webfx.kit.mapper.peers.javafxgraphics.base.ShapePeerBase
updateList
Methods inherited from class dev.webfx.kit.mapper.peers.javafxgraphics.base.NodePeerBase
getNode, requestFocus, requestUpdateOnListChange, requestUpdateOnPropertiesChange, setMixin, setNode, unbind, updateList2, updateList2, updateProperty
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface dev.webfx.kit.mapper.peers.javafxgraphics.NodePeer
isTreeVisible, snapshot
-
Constructor Details
-
SVGPathPeerBase
public SVGPathPeerBase()
-
-
Method Details
-
bind
-
updateProperty
- Specified by:
updateProperty
in interfaceNodePeer<N extends SVGPath>
- Overrides:
updateProperty
in classShapePeerBase<N extends SVGPath,
NB extends SVGPathPeerBase<N, NB, NM>, NM extends SVGPathPeerMixin<N, NB, NM>>
-