Package org.fugerit.java.doc.base.model
Class DocBorders
- java.lang.Object
-
- org.fugerit.java.doc.base.model.DocBorders
-
public class DocBorders extends Object
- Author:
- Fugerit
-
-
Constructor Summary
Constructors Constructor Description DocBorders()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectclone()StringgetBorderColorBottom()StringgetBorderColorLeft()StringgetBorderColorRight()StringgetBorderColorTop()intgetBorderWidthBottom()intgetBorderWidthLeft()intgetBorderWidthRight()intgetBorderWidthTop()intgetPaddingBottom()intgetPaddingLeft()intgetPaddingRight()intgetPaddingTop()voidsetBorderColorBottom(String borderColorBottom)voidsetBorderColorLeft(String borderColorLeft)voidsetBorderColorRight(String borderColorRight)voidsetBorderColorTop(String borderColorTop)voidsetBorderWidthBottom(int borderWidthBottom)voidsetBorderWidthLeft(int borderWidthLeft)voidsetBorderWidthRight(int borderWidthRight)voidsetBorderWidthTop(int borderWidthTop)voidsetPaddingBottom(int paddingBottom)voidsetPaddingLeft(int paddingLeft)voidsetPaddingRight(int paddingRight)voidsetPaddingTop(int paddingTop)
-
-
-
Method Detail
-
clone
public Object clone() throws CloneNotSupportedException
- Overrides:
clonein classObject- Throws:
CloneNotSupportedException
-
getBorderWidthBottom
public int getBorderWidthBottom()
- Returns:
- the borderWidthBottom
-
setBorderWidthBottom
public void setBorderWidthBottom(int borderWidthBottom)
- Parameters:
borderWidthBottom- the borderWidthBottom to set
-
getBorderWidthLeft
public int getBorderWidthLeft()
- Returns:
- the borderWidthLeft
-
setBorderWidthLeft
public void setBorderWidthLeft(int borderWidthLeft)
- Parameters:
borderWidthLeft- the borderWidthLeft to set
-
getBorderWidthRight
public int getBorderWidthRight()
- Returns:
- the borderWidthRight
-
setBorderWidthRight
public void setBorderWidthRight(int borderWidthRight)
- Parameters:
borderWidthRight- the borderWidthRight to set
-
getBorderWidthTop
public int getBorderWidthTop()
- Returns:
- the borderWidthTop
-
setBorderWidthTop
public void setBorderWidthTop(int borderWidthTop)
- Parameters:
borderWidthTop- the borderWidthTop to set
-
getBorderColorBottom
public String getBorderColorBottom()
- Returns:
- the borderColorBottom
-
setBorderColorBottom
public void setBorderColorBottom(String borderColorBottom)
- Parameters:
borderColorBottom- the borderColorBottom to set
-
getBorderColorLeft
public String getBorderColorLeft()
- Returns:
- the borderColorLeft
-
setBorderColorLeft
public void setBorderColorLeft(String borderColorLeft)
- Parameters:
borderColorLeft- the borderColorLeft to set
-
getBorderColorRight
public String getBorderColorRight()
- Returns:
- the borderColorRight
-
setBorderColorRight
public void setBorderColorRight(String borderColorRight)
- Parameters:
borderColorRight- the borderColorRight to set
-
getBorderColorTop
public String getBorderColorTop()
- Returns:
- the borderColorTop
-
setBorderColorTop
public void setBorderColorTop(String borderColorTop)
- Parameters:
borderColorTop- the borderColorTop to set
-
getPaddingBottom
public int getPaddingBottom()
- Returns:
- the paddingBottom
-
setPaddingBottom
public void setPaddingBottom(int paddingBottom)
- Parameters:
paddingBottom- the paddingBottom to set
-
getPaddingLeft
public int getPaddingLeft()
- Returns:
- the paddingLeft
-
setPaddingLeft
public void setPaddingLeft(int paddingLeft)
- Parameters:
paddingLeft- the paddingLeft to set
-
getPaddingRight
public int getPaddingRight()
- Returns:
- the paddingRight
-
setPaddingRight
public void setPaddingRight(int paddingRight)
- Parameters:
paddingRight- the paddingRight to set
-
getPaddingTop
public int getPaddingTop()
- Returns:
- the paddingTop
-
setPaddingTop
public void setPaddingTop(int paddingTop)
- Parameters:
paddingTop- the paddingTop to set
-
-