Package io.keikai.model.impl
Class BorderImpl
java.lang.Object
io.keikai.model.impl.AbstractBorderAdv
io.keikai.model.impl.BorderImpl
- All Implemented Interfaces:
SBorder,Serializable
Deprecated.
- Since:
- 3.8.0
- Author:
- henri
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.keikai.model.SBorder
SBorder.BorderType -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.BorderImpl(SBorderLine left, SBorderLine top, SBorderLine right, SBorderLine bottom, SBorderLine diagonal, SBorderLine vertical, SBorderLine horizontal) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Returns bottom border lineDeprecated.Returns diagonal border lineDeprecated.Returns horizontal border lineDeprecated.Returns left border line.Deprecated.Returns right border lineDeprecated.Returns top border lineDeprecated.Returns vertical border lineinthashCode()Deprecated.booleanDeprecated.Whether show diagonalDown diagonal borderbooleanDeprecated.Whether show diagonalUp diagonal bordervoidDeprecated.voidsetBorderBottomColor(SColor color) Deprecated.voidDeprecated.voidsetBorderDiagonalColor(SColor color) Deprecated.voidDeprecated.voidsetBorderHorizontalColor(SColor color) Deprecated.voidDeprecated.voidsetBorderLeftColor(SColor color) Deprecated.voidDeprecated.voidsetBorderRightColor(SColor color) Deprecated.voidDeprecated.voidsetBorderTopColor(SColor color) Deprecated.voidDeprecated.voidsetBorderVerticalColor(SColor color) Deprecated.voidsetShowDiagonalDownBorder(boolean show) Deprecated.voidsetShowDiagonalUpBorder(boolean show) Deprecated.
-
Constructor Details
-
BorderImpl
public BorderImpl()Deprecated. -
BorderImpl
public BorderImpl(SBorderLine left, SBorderLine top, SBorderLine right, SBorderLine bottom, SBorderLine diagonal, SBorderLine vertical, SBorderLine horizontal) Deprecated.
-
-
Method Details
-
getBorderLeft
Deprecated.- Returns:
- left border
-
getBorderTop
Deprecated.- Returns:
- top border
-
getBorderRight
Deprecated.- Returns:
- right border
-
getBorderBottom
Deprecated.- Returns:
- bottom border
-
getBorderVertical
Deprecated.- Returns:
- vertical border
-
getBorderHorizontal
Deprecated.- Returns:
- horizontal border
-
getBorderDiagonal
Deprecated.- Returns:
- diagonal border
-
getBorderTopColor
Deprecated.- Returns:
- top border color
-
getBorderLeftColor
Deprecated.- Returns:
- left border color
-
getBorderBottomColor
Deprecated.- Returns:
- bottom border color
-
getBorderRightColor
Deprecated.- Returns:
- right border color
-
getBorderVerticalColor
Deprecated.- Returns:
- vertical border color
-
getBorderHorizontalColor
Deprecated.- Returns:
- horizontal border color
-
getBorderDiagonalColor
Deprecated.- Returns:
- diagonal border color
-
isShowDiagonalUpBorder
public boolean isShowDiagonalUpBorder()Deprecated.Description copied from interface:SBorderWhether show diagonalUp diagonal border- Returns:
-
isShowDiagonalDownBorder
public boolean isShowDiagonalDownBorder()Deprecated.Description copied from interface:SBorderWhether show diagonalDown diagonal border- Returns:
-
setBorderLeft
Deprecated. -
setBorderTop
Deprecated. -
setBorderRight
Deprecated. -
setBorderBottom
Deprecated. -
setBorderVertical
Deprecated. -
setBorderHorizontal
Deprecated. -
setBorderDiagonal
Deprecated. -
setBorderTopColor
Deprecated. -
setBorderLeftColor
Deprecated. -
setBorderBottomColor
Deprecated. -
setBorderRightColor
Deprecated. -
setBorderVerticalColor
Deprecated. -
setBorderHorizontalColor
Deprecated. -
setBorderDiagonalColor
Deprecated. -
setShowDiagonalUpBorder
public void setShowDiagonalUpBorder(boolean show) Deprecated. -
setShowDiagonalDownBorder
public void setShowDiagonalDownBorder(boolean show) Deprecated. -
getLeftLine
Deprecated.Description copied from interface:SBorderReturns left border line.- Returns:
-
getTopLine
Deprecated.Description copied from interface:SBorderReturns top border line- Returns:
-
getRightLine
Deprecated.Description copied from interface:SBorderReturns right border line- Returns:
-
getBottomLine
Deprecated.Description copied from interface:SBorderReturns bottom border line- Returns:
-
getDiagonalLine
Deprecated.Description copied from interface:SBorderReturns diagonal border line- Returns:
-
getVerticalLine
Deprecated.Description copied from interface:SBorderReturns vertical border line- Returns:
-
getHorizontalLine
Deprecated.Description copied from interface:SBorderReturns horizontal border line- Returns:
-
hashCode
public int hashCode()Deprecated. -
equals
Deprecated.
-