Class BlockSpacing


  • public final class BlockSpacing
    extends Object
    Provides a spacing definition for blocks.
    • Method Detail

      • getLeftSpacing

        public int getLeftSpacing()
        Get left spacing, in characters.
        Returns:
        returns the left spacing
      • getRightSpacing

        public int getRightSpacing()
        Get right spacing, in characters.
        Returns:
        returns the right spacing
      • getTopSpacing

        public int getTopSpacing()
        Get top spacing, in characters.
        Returns:
        returns the top spacing
      • getBottomSpacing

        public int getBottomSpacing()
        Get bottom spacing, in characters.
        Returns:
        returns the bottom spacing
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object