Package io.keikai.model.impl
Class ImmutableFillImpl
java.lang.Object
io.keikai.model.impl.AbstractFillAdv
io.keikai.model.impl.ImmutableFillImpl
- All Implemented Interfaces:
SFill,Serializable
- Direct Known Subclasses:
ExtraFillImpl
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.keikai.model.SFill
SFill.FillPattern -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionImmutableFillImpl(SFill.FillPattern pattern, SColor fgColor, SColor bgColor) ImmutableFillImpl(SFill.FillPattern pattern, String fgColor, String bgColor) -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic byte[]getFillPatternBytes(ImmutableFillImpl style, int xOffset, int yOffset, int width, int height) inthashCode()voidsetBackColor(SColor backColor) voidsetFillColor(SColor fillColor) voidsetFillPattern(SFill.FillPattern fillPattern)
-
Field Details
-
BLANK_FILL
-
-
Constructor Details
-
ImmutableFillImpl
-
ImmutableFillImpl
-
-
Method Details
-
getFillPatternBytes
public static byte[] getFillPatternBytes(ImmutableFillImpl style, int xOffset, int yOffset, int width, int height) -
getFillColor
-
setFillColor
-
getBackColor
-
setBackColor
-
getFillPattern
-
setFillPattern
-
equals
-
hashCode
public int hashCode() -
getFillPatternHtml
-
getRawFillColor
- Specified by:
getRawFillColorin classAbstractFillAdv
-
getRawBackColor
- Specified by:
getRawBackColorin classAbstractFillAdv
-
getRawFillPattern
- Specified by:
getRawFillPatternin classAbstractFillAdv
-