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)
           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

ShapeBevel

public ShapeBevel(boolean bIsTopBevel)

Shape bevel constructor.

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

getWidth

public final double getWidth()

Bevel width. Read/write double.

Specified by:
getWidth in interface IShapeBevel

setWidth

public final void setWidth(double value)

Bevel width. Read/write double.

Specified by:
setWidth in interface IShapeBevel

getHeight

public final double getHeight()

Bevel height. Read/write double.

Specified by:
getHeight in interface IShapeBevel

setHeight

public final void setHeight(double value)

Bevel height. Read/write double.

Specified by:
setHeight in interface IShapeBevel

getBevelType

public final int getBevelType()

Bevel type. Read/write BevelPresetType.

Specified by:
getBevelType in interface IShapeBevel

setBevelType

public final void setBevelType(int value)

Bevel type. Read/write BevelPresetType.

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


Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.