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.
- Since:
- 3.8.0
- Author:
- henri
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.keikai.model.SFill
SFill.FillPattern -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected SColorDeprecated.protected SColorDeprecated.protected SFill.FillPatternDeprecated.protected StringDeprecated.static final SFillDeprecated. -
Constructor Summary
ConstructorsConstructorDescriptionFillImpl()Deprecated.FillImpl(SFill.FillPattern pattern, SColor fgColor, SColor bgColor) Deprecated.FillImpl(SFill.FillPattern pattern, String fgColor, String bgColor) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated.Deprecated.Deprecated.Deprecated.static byte[]getFillPatternBytes(SFill style, int xOffset, int yOffset, int width, int height) Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.inthashCode()Deprecated.voidsetBackColor(SColor backColor) Deprecated.voidsetFillColor(SColor fillColor) Deprecated.voidsetFillPattern(SFill.FillPattern fillPattern) Deprecated.
-
Field Details
-
_fillColor
Deprecated. -
_backColor
Deprecated. -
_fillPattern
Deprecated. -
_patternHtml
Deprecated. -
BLANK_FILL
Deprecated.
-
-
Constructor Details
-
FillImpl
public FillImpl()Deprecated. -
FillImpl
Deprecated. -
FillImpl
Deprecated.
-
-
Method Details
-
setFillColor
Deprecated. -
setBackColor
Deprecated. -
setFillPattern
Deprecated. -
getFillColor
Deprecated. -
getBackColor
Deprecated. -
getFillPattern
Deprecated. -
hashCode
public int hashCode()Deprecated. -
equals
Deprecated. -
getFillPatternHtml
Deprecated. -
getFillPatternBytes
public static byte[] getFillPatternBytes(SFill style, int xOffset, int yOffset, int width, int height) Deprecated. -
getRawFillColor
Deprecated.- Specified by:
getRawFillColorin classAbstractFillAdv
-
getRawBackColor
Deprecated.- Specified by:
getRawBackColorin classAbstractFillAdv
-
getRawFillPattern
Deprecated.- Specified by:
getRawFillPatternin classAbstractFillAdv
-
ImmutableFillImpl