public final class Position extends Object
Represents a position object
Constructor and Description |
---|
Position(double xIndent,
double yIndent)
Initializes a new instance of
Position class |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Determines whether the specified object is equal to the current
Position object. |
double |
getXIndent()
Gets the X coordinate of the object
|
double |
getYIndent()
Gets the X coordinate of the object
|
void |
setXIndent(double value)
Sets the X coordinate of the object
|
void |
setYIndent(double value)
Sets the X coordinate of the object
|
String |
toString()
Gets string representation for the current
Position object. |
public Position(double xIndent, double yIndent)
Initializes a new instance of Position
class
public double getXIndent()
Gets the X coordinate of the object
public void setXIndent(double value)
Sets the X coordinate of the object
public double getYIndent()
Gets the X coordinate of the object
public void setYIndent(double value)
Sets the X coordinate of the object
public String toString()
Gets string representation for the current Position
object.
Copyright © 2020 Aspose. All Rights Reserved.