com.aspose.slides
Class ShapeBevel

java.lang.Object
  extended by com.aspose.slides.ShapeBevel
All Implemented Interfaces:
IShapeBevel

public class ShapeBevel
extends java.lang.Object
implements IShapeBevel

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

ShapeBevel

public ShapeBevel(boolean bIsTopBevel)

Shape bevel constructor.

Parameters:
bIsTopBevel - True to create top bevel.
Method Detail

getWidth

public double getWidth()

Bevel width. Read/write double

Specified by:
getWidth in interface IShapeBevel

setWidth

public void setWidth(double value)
Specified by:
setWidth in interface IShapeBevel

getHeight

public double getHeight()

Bevel height. Read/write double

Specified by:
getHeight in interface IShapeBevel

setHeight

public void setHeight(double value)
Specified by:
setHeight in interface IShapeBevel

getBevelType

public int getBevelType()

Bevel type. Read/write BevelPresetType

Specified by:
getBevelType in interface IShapeBevel

setBevelType

public void setBevelType(int value)
Specified by:
setBevelType in interface IShapeBevel

equals

public boolean equals(java.lang.Object obj)

Determines whether two FillFormat instances are equal.

Overrides:
equals in class java.lang.Object

hashCode

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.


Overriden to make compiler happy.

Overrides:
hashCode in class java.lang.Object