gradientfillformat-ag凯发旗舰厅
com.spire.presentation.drawing
class gradientfillformat
java.lang.object
com.spire.presentation.drawing.gradientfillformat
- all implemented interfaces:
- iactivepresentation, islidecomponent
public final class gradientfillformat
- extends java.lang.object
- implements islidecomponent
represent a gradient format.
gradientfillformat
public gradientfillformat(islidecomponent parent)
equals
public boolean equals(java.lang.object obj)
- indicates whether the two gradientformat instances are equal.
- overrides:
equals
in class java.lang.object
- parameters:
obj
- the gradientformat to compare with the current gradientformat.
- returns:
- true if the specified gradientformat is equal to the current gradientformat; otherwise, false.
hashcode
public int hashcode()
- overrides:
hashcode
in class java.lang.object
gettileflip
public tileflipmode gettileflip()
- gets the flipping mode for a gradient.
read/write .
- returns:
settileflip
public void settileflip(tileflipmode value)
- sets the flipping mode for a gradient.
read/write .
gettilerectangle
public relativerectangle gettilerectangle()
settilerectangle
public void settilerectangle(relativerectangle value)
getgradientstyle
public gradientstyle getgradientstyle()
- gets the style of a gradient.
read/write .
- returns:
setgradientstyle
public void setgradientstyle(gradientstyle value)
- sets the style of a gradient.
read/write .
getgradientshape
public gradientshapetype getgradientshape()
- gets the shape of a gradient.
read/write .
- returns:
setgradientshape
public void setgradientshape(gradientshapetype value)
- sets the shape of a gradient.
read/write .
getgradientstops
public gradientstopcollection getgradientstops()
- gets the collection of gradient stops.
read-only .
- returns:
getlineargradientfill
public lineargradientfill getlineargradientfill()