- java.lang.Object
-
- javafx.scene.control.SkinBase<SegmentedButton>
-
- impl.org.controlsfx.skin.SegmentedButtonSkin
-
- All Implemented Interfaces:
Skin<SegmentedButton>
public class SegmentedButtonSkin extends SkinBase<SegmentedButton>
-
-
Constructor Summary
Constructors Constructor Description SegmentedButtonSkin(SegmentedButton control)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected doublecomputeMaxHeight(double width, double topInset, double rightInset, double bottomInset, double leftInset)protected doublecomputeMaxWidth(double height, double topInset, double rightInset, double bottomInset, double leftInset)-
Methods inherited from class javafx.scene.control.SkinBase
computeBaselineOffset, computeMinHeight, computeMinWidth, computePrefHeight, computePrefWidth, consumeMouseEvents, dispose, executeAccessibleAction, getChildren, getClassCssMetaData, getCssMetaData, getNode, getSkinnable, layoutChildren, layoutInArea, layoutInArea, layoutInArea, positionInArea, positionInArea, pseudoClassStateChanged, queryAccessibleAttribute, registerChangeListener, snappedBottomInset, snappedLeftInset, snappedRightInset, snappedTopInset, snapPosition, snapPositionX, snapPositionY, snapSize, snapSizeX, snapSizeY, snapSpace, snapSpaceX, snapSpaceY, unregisterChangeListeners
-
-
-
-
Constructor Detail
-
SegmentedButtonSkin
public SegmentedButtonSkin(SegmentedButton control)
-
-
Method Detail
-
computeMaxWidth
protected double computeMaxWidth(double height, double topInset, double rightInset, double bottomInset, double leftInset)- Overrides:
computeMaxWidthin classSkinBase<SegmentedButton>
-
computeMaxHeight
protected double computeMaxHeight(double width, double topInset, double rightInset, double bottomInset, double leftInset)- Overrides:
computeMaxHeightin classSkinBase<SegmentedButton>
-
-