Package io.keikai.model.impl
Class FillImpl
- java.lang.Object
-
- io.keikai.model.impl.AbstractFillAdv
-
- io.keikai.model.impl.FillImpl
-
- All Implemented Interfaces:
SFill
,Serializable
@Deprecated public class FillImpl extends AbstractFillAdv
Deprecated.As if release 5.3.0, replaced byImmutableFillImpl
- Since:
- 3.8.0
- Author:
- henri
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.keikai.model.SFill
SFill.FillPattern
-
-
Field Summary
Fields Modifier and Type Field Description protected SColor
_backColor
Deprecated.protected SColor
_fillColor
Deprecated.protected SFill.FillPattern
_fillPattern
Deprecated.protected String
_patternHtml
Deprecated.static SFill
BLANK_FILL
Deprecated.
-
Constructor Summary
Constructors Constructor Description FillImpl()
Deprecated.FillImpl(SFill.FillPattern pattern, SColor fgColor, SColor bgColor)
Deprecated.FillImpl(SFill.FillPattern pattern, String fgColor, String bgColor)
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
equals(Object other)
Deprecated.SColor
getBackColor()
Deprecated.SColor
getFillColor()
Deprecated.SFill.FillPattern
getFillPattern()
Deprecated.static byte[]
getFillPatternBytes(SFill style, int xOffset, int yOffset, int width, int height)
Deprecated.String
getFillPatternHtml()
Deprecated.SColor
getRawBackColor()
Deprecated.SColor
getRawFillColor()
Deprecated.SFill.FillPattern
getRawFillPattern()
Deprecated.int
hashCode()
Deprecated.void
setBackColor(SColor backColor)
Deprecated.void
setFillColor(SColor fillColor)
Deprecated.void
setFillPattern(SFill.FillPattern fillPattern)
Deprecated.
-
-
-
Field Detail
-
_fillColor
protected SColor _fillColor
Deprecated.
-
_backColor
protected SColor _backColor
Deprecated.
-
_fillPattern
protected SFill.FillPattern _fillPattern
Deprecated.
-
_patternHtml
protected String _patternHtml
Deprecated.
-
BLANK_FILL
public static final SFill BLANK_FILL
Deprecated.
-
-
Constructor Detail
-
FillImpl
public FillImpl()
Deprecated.
-
FillImpl
public FillImpl(SFill.FillPattern pattern, String fgColor, String bgColor)
Deprecated.
-
FillImpl
public FillImpl(SFill.FillPattern pattern, SColor fgColor, SColor bgColor)
Deprecated.
-
-
Method Detail
-
setFillColor
public void setFillColor(SColor fillColor)
Deprecated.
-
setBackColor
public void setBackColor(SColor backColor)
Deprecated.
-
setFillPattern
public void setFillPattern(SFill.FillPattern fillPattern)
Deprecated.
-
getFillColor
public SColor getFillColor()
Deprecated.
-
getBackColor
public SColor getBackColor()
Deprecated.
-
getFillPattern
public SFill.FillPattern getFillPattern()
Deprecated.
-
getFillPatternHtml
public String getFillPatternHtml()
Deprecated.
-
getFillPatternBytes
public static byte[] getFillPatternBytes(SFill style, int xOffset, int yOffset, int width, int height)
Deprecated.
-
getRawFillColor
public SColor getRawFillColor()
Deprecated.- Specified by:
getRawFillColor
in classAbstractFillAdv
-
getRawBackColor
public SColor getRawBackColor()
Deprecated.- Specified by:
getRawBackColor
in classAbstractFillAdv
-
getRawFillPattern
public SFill.FillPattern getRawFillPattern()
Deprecated.- Specified by:
getRawFillPattern
in classAbstractFillAdv
-
-