|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
java.lang.objectcom.spire.presentation.drawing.fillformat
public class fillformat
represents a fill formatting options.
constructor summary | |
---|---|
fillformat(islidecomponent parent)
|
method summary | |
---|---|
boolean |
equals(java.lang.object obj)
indicates whether two fillformat instances are equal. |
fillformattype |
getfilltype()
gets the type of filling. |
gradientfillformat |
getgradient()
gets the gradient fill format. |
patternfillformat |
getpattern()
gets the pattern fill format. |
picturefillformat |
getpicturefill()
gets the picture fill format. |
tristate |
getrotatewithshape()
indicates whether the fill would be rotated with shape. |
colorformat |
getsolidcolor()
gets the fill color. |
int |
hashcode()
|
boolean |
isgroupfill()
indicate whether is group fill. |
void |
isgroupfill(boolean value)
|
boolean |
isnofill()
indicates whether is no fill. |
void |
setfilltype(fillformattype value)
sets the type of filling. |
void |
setrotatewithshape(tristate value)
|
methods inherited from interface com.spire.presentation.islidecomponent |
---|
getslide |
methods inherited from interface com.spire.presentation.iactivepresentation |
---|
getpresentation |
constructor detail |
---|
public fillformat(islidecomponent parent)
method detail |
---|
public fillformattype getfilltype()
public void setfilltype(fillformattype value)
public boolean isgroupfill()
public void isgroupfill(boolean value)
public boolean isnofill()
public colorformat getsolidcolor()
public gradientfillformat getgradient()
public patternfillformat getpattern()
public picturefillformat getpicturefill()
public tristate getrotatewithshape()
public void setrotatewithshape(tristate value)
public boolean equals(java.lang.object obj)
equals
in class java.lang.object
obj
- the fillformat to compare with the current fillformat.
public int hashcode()
hashcode
in class java.lang.object
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |