Class DocBorders

java.lang.Object
org.fugerit.java.doc.base.model.DocBorders
All Implemented Interfaces:
Serializable

public class DocBorders extends Object implements Serializable
Author:
Matteo Franci a.k.a. Fugerit
See Also:
  • Field Details

  • Constructor Details

    • DocBorders

      public DocBorders()
    • DocBorders

      public DocBorders(DocBorders from)
  • Method Details

    • createBorders

      public static DocBorders createBorders(Properties atts, String defaultBorderWidth)
    • createBorders

      public static DocBorders createBorders(Properties atts, String defaultBorderWidth, String defaultPadding)
    • getPaddingBottom

      public int getPaddingBottom()
    • setPaddingBottom

      public void setPaddingBottom(int paddingBottom)
    • getPaddingTop

      public int getPaddingTop()
    • setPaddingTop

      public void setPaddingTop(int paddingTop)
    • getPaddingRight

      public int getPaddingRight()
    • setPaddingRight

      public void setPaddingRight(int paddingRight)
    • getPaddingLeft

      public int getPaddingLeft()
    • setPaddingLeft

      public void setPaddingLeft(int paddingLeft)
    • getBorderColorTop

      public String getBorderColorTop()
    • setBorderColorTop

      public void setBorderColorTop(String borderColorTop)
    • getBorderColorBottom

      public String getBorderColorBottom()
    • setBorderColorBottom

      public void setBorderColorBottom(String borderColorBottom)
    • getBorderColorLeft

      public String getBorderColorLeft()
    • setBorderColorLeft

      public void setBorderColorLeft(String borderColorLeft)
    • getBorderColorRight

      public String getBorderColorRight()
    • setBorderColorRight

      public void setBorderColorRight(String borderColorRight)
    • getBorderWidthTop

      public int getBorderWidthTop()
    • setBorderWidthTop

      public void setBorderWidthTop(int borderWidthTop)
    • getBorderWidthBottom

      public int getBorderWidthBottom()
    • setBorderWidthBottom

      public void setBorderWidthBottom(int borderWidthBottom)
    • getBorderWidthLeft

      public int getBorderWidthLeft()
    • setBorderWidthLeft

      public void setBorderWidthLeft(int borderWidthLeft)
    • getBorderWidthRight

      public int getBorderWidthRight()
    • setBorderWidthRight

      public void setBorderWidthRight(int borderWidthRight)