Class Fill
java.lang.Object
com.independentsoft.office.spreadsheet.styles.Fill
The Class Fill.
-
Constructor Summary
ConstructorsConstructorDescriptionFill()Instantiates a new fill.Fill(InternalXMLStreamReader reader)Instantiates a new fill. -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the gradient.Gets the pattern.voidsetGradient(GradientFill gradient)Sets the gradient.voidsetPattern(PatternFill pattern)Sets the pattern.toString()
-
Constructor Details
-
Fill
public Fill()Instantiates a new fill. -
Fill
Instantiates a new fill.- Parameters:
reader- the reader- Throws:
XMLStreamException- the xML stream exception
-
-
Method Details
-
clone
-
toString
-
getGradient
Gets the gradient.- Returns:
- the gradient
-
setGradient
Sets the gradient.- Parameters:
gradient- the new gradient
-
getPattern
Gets the pattern.- Returns:
- the pattern
-
setPattern
Sets the pattern.- Parameters:
pattern- the new pattern
-