java.lang.Object
com.aspose.diagram.Margin
public class Margin
| Constructor Summary |
|---|
Margin(double value, int unit)
Constructor. |
| Property Getters/Setters Summary | ||
|---|---|---|
int | getUnit() | |
void | setUnit(int) | |
| Represents a unit of measure. The default is DP. The value of the property is MeasureConst integer constant. | ||
double | getValue() | |
void | setValue(double) | |
| Specifies the margin. | ||
| Method Summary | ||
|---|---|---|
boolean | equals(java.lang.Object value) | |
| Are objects equal. | ||
int | hashCode() | |
| Serves as a hash function for a particular type. | ||
| Constructor Detail |
|---|
public Margin(double value, int unit)
value - unit - A | Property Getters/Setters Detail |
|---|
getUnit/setUnit | |
public int getUnit() / public void setUnit(int value) | |
getValue/setValue | |
public double getValue() / public void setValue(double value) | |
| Method Detail |
|---|
equals | |
public boolean equals(java.lang.Object value) | |
value - hashCode | |
public int hashCode() | |