java.lang.Object
javafx.scene.control.SkinBase<ZoomImageView>
com.tlcsdm.core.javafx.control.skin.ZoomImageViewSkin
- 所有已实现的接口:
javafx.scene.control.Skin<ZoomImageView>
- 作者:
- unknowIfGuestInDream
-
嵌套类概要
嵌套类 -
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明private javafx.scene.control.ToolBarcreateToolBar(ZoomImageView zoomView) private booleandecreaseZoomFactor(double delta) Method to decrease the zoom factor for value specified asdelta.private booleanincreaseZoomFactor(double delta) Method to increase the zoom factor for value specified asdelta.从类继承的方法 javafx.scene.control.SkinBase
computeBaselineOffset, computeMaxHeight, computeMaxWidth, computeMinHeight, computeMinWidth, computePrefHeight, computePrefWidth, consumeMouseEvents, dispose, executeAccessibleAction, getChildren, getClassCssMetaData, getCssMetaData, getNode, getSkinnable, layoutChildren, layoutInArea, layoutInArea, layoutInArea, positionInArea, positionInArea, pseudoClassStateChanged, queryAccessibleAttribute, registerChangeListener, registerInvalidationListener, registerListChangeListener, snappedBottomInset, snappedLeftInset, snappedRightInset, snappedTopInset, snapPosition, snapPositionX, snapPositionY, snapSize, snapSizeX, snapSizeY, snapSpace, snapSpaceX, snapSpaceY, unregisterChangeListeners, unregisterInvalidationListeners, unregisterListChangeListeners从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 javafx.scene.control.Skin
install
-
字段详细资料
-
mainArea
-
-
构造器详细资料
-
ZoomImageViewSkin
-
-
方法详细资料
-
createToolBar
-
decreaseZoomFactor
private boolean decreaseZoomFactor(double delta) Method to decrease the zoom factor for value specified asdelta.- 参数:
delta- zoom factor (decrease) delta- 返回:
- true if the operation actually did cause a zoom change
-
increaseZoomFactor
private boolean increaseZoomFactor(double delta) Method to increase the zoom factor for value specified asdelta.- 参数:
delta- zoom factor (increase) delta- 返回:
- true if the operation actually did cause a zoom change
-