|
||||||||
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)
|
void |
setHeight(double value)
|
void |
setWidth(double value)
|
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 double getWidth()
Bevel width.
Read/write double
getWidth
in interface IShapeBevel
public void setWidth(double value)
setWidth
in interface IShapeBevel
public double getHeight()
Bevel height.
Read/write double
getHeight
in interface IShapeBevel
public void setHeight(double value)
setHeight
in interface IShapeBevel
public int getBevelType()
Bevel type.
Read/write BevelPresetType
getBevelType
in interface IShapeBevel
public void setBevelType(int value)
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 |