|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.ShapeBevel
public class ShapeBevel
Contains the properties of shape's main face relief.
Constructor Summary | |
---|---|
ShapeBevel(boolean bIsTopBevel)
Shape bevel constructor. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
Determines whether two FillFormat instances are equal. |
int |
getBevelType()
Bevel type. |
double |
getHeight()
Bevel height. |
double |
getWidth()
Bevel width. |
int |
hashCode()
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
void |
setBevelType(int value)
Bevel type. |
void |
setHeight(double value)
Bevel height. |
void |
setWidth(double value)
Bevel width. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ShapeBevel(boolean bIsTopBevel)
Shape bevel constructor.
bIsTopBevel
- True to create top bevel.Method Detail |
---|
public final double getWidth()
Bevel width.
Read/write double
.
getWidth
in interface IShapeBevel
public final void setWidth(double value)
Bevel width.
Read/write double
.
setWidth
in interface IShapeBevel
public final double getHeight()
Bevel height.
Read/write double
.
getHeight
in interface IShapeBevel
public final void setHeight(double value)
Bevel height.
Read/write double
.
setHeight
in interface IShapeBevel
public final int getBevelType()
Bevel type.
Read/write BevelPresetType
.
getBevelType
in interface IShapeBevel
public final void setBevelType(int value)
Bevel type.
Read/write BevelPresetType
.
setBevelType
in interface IShapeBevel
public boolean equals(java.lang.Object obj)
Determines whether two FillFormat instances are equal.
equals
in class java.lang.Object
public int hashCode()
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
hashCode
in class java.lang.Object
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |