Class BorderPainter.RelativeBorderProperties

  • Enclosing class:
    BorderPainter

    private static class BorderPainter.RelativeBorderProperties
    extends java.lang.Object
    • Field Detail

      • _top

        private final float _top
      • _left

        private final float _left
      • _right

        private final float _right
      • _rotation

        private final double _rotation
      • _dimmensionsSwapped

        private final boolean _dimmensionsSwapped
    • Constructor Detail

      • RelativeBorderProperties

        public RelativeBorderProperties​(java.awt.Rectangle bounds,
                                        BorderPropertySet props,
                                        float borderScaleOffset,
                                        int side,
                                        float scaledOffset,
                                        float widthScale)
    • Method Detail

      • getTop

        public float getTop()
      • getLeft

        public float getLeft()
      • getRight

        public float getRight()
      • getRotation

        private double getRotation()
      • isDimmensionsSwapped

        private boolean isDimmensionsSwapped()