Class BottomNavigationSkin

    • Constructor Detail

      • BottomNavigationSkin

        public BottomNavigationSkin​(BottomNavigation control)
        Constructor for all SkinBase instances.
        Parameters:
        control - The control for which this Skin should attach to.
    • Method Detail

      • computePrefHeight

        protected double computePrefHeight​(double width,
                                           double topInset,
                                           double rightInset,
                                           double bottomInset,
                                           double leftInset)
        Overrides:
        computePrefHeight in class SkinBase<BottomNavigation>
      • computePrefWidth

        protected double computePrefWidth​(double height,
                                          double topInset,
                                          double rightInset,
                                          double bottomInset,
                                          double leftInset)
        Overrides:
        computePrefWidth in class SkinBase<BottomNavigation>