public class ShapeBevel extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ShapeBevel.BevelTypeEnum
Bevel type
|
Constructor and Description |
---|
ShapeBevel() |
Modifier and Type | Method and Description |
---|---|
ShapeBevel |
bevelType(ShapeBevel.BevelTypeEnum bevelType) |
boolean |
equals(Object o) |
ShapeBevel.BevelTypeEnum |
getBevelType()
Bevel type
|
Double |
getHeight()
Bevel height
|
Double |
getWidth()
Bevel width
|
int |
hashCode() |
ShapeBevel |
height(Double height) |
void |
setBevelType(ShapeBevel.BevelTypeEnum bevelType) |
void |
setHeight(Double height) |
void |
setWidth(Double width) |
String |
toString() |
ShapeBevel |
width(Double width) |
public ShapeBevel bevelType(ShapeBevel.BevelTypeEnum bevelType)
public ShapeBevel.BevelTypeEnum getBevelType()
public void setBevelType(ShapeBevel.BevelTypeEnum bevelType)
public ShapeBevel width(Double width)
public Double getWidth()
public void setWidth(Double width)
public ShapeBevel height(Double height)
public Double getHeight()
public void setHeight(Double height)
Copyright © 2023. All rights reserved.