Interface ImageViewPeerMixin<N extends ImageView,NB extends ImageViewPeerBase<N,NB,NM>,NM extends ImageViewPeerMixin<N,NB,NM>>      
- All Superinterfaces:
 NodePeer<N>,NodePeerMixin<N,NB, NM> 
- All Known Implementing Classes:
 HtmlImageViewPeer
public interface ImageViewPeerMixin<N extends ImageView,NB extends ImageViewPeerBase<N,NB,NM>,NM extends ImageViewPeerMixin<N,NB,NM>>      
extends NodePeerMixin<N,NB,NM>  
- Author:
 - Bruno Salmon
 
- 
Method Summary
Modifier and TypeMethodDescriptionvoidupdateFitHeight(Double fitHeight) voidupdateFitWidth(Double fitWidth) voidupdateImage(Image image) voidupdatePreserveRatio(Boolean preserveRatio) voidvoidMethods 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 
- 
Method Details
- 
updateImage
 - 
updateFitWidth
 - 
updateFitHeight
 - 
updatePreserveRatio
 - 
updateX
 - 
updateY
 
 -