Class AvatarSkin

    • Constructor Detail

      • AvatarSkin

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

      • layoutChildren

        protected void layoutChildren​(double x,
                                      double y,
                                      double w,
                                      double h)
        Overrides:
        layoutChildren in class SkinBase<Avatar>
      • computeMaxWidth

        protected double computeMaxWidth​(double height,
                                         double topInset,
                                         double rightInset,
                                         double bottomInset,
                                         double leftInset)
        Overrides:
        computeMaxWidth in class SkinBase<Avatar>
      • computeMaxHeight

        protected double computeMaxHeight​(double width,
                                          double topInset,
                                          double rightInset,
                                          double bottomInset,
                                          double leftInset)
        Overrides:
        computeMaxHeight in class SkinBase<Avatar>