AztecLocator

Inheritance: java.lang.Object

All Implemented Interfaces: java.lang.Comparable

public class AztecLocator implements Comparable<AztecLocator>

Constructors

Constructor Description
AztecLocator(Int32List zb, int zbs, int zbe, ILaserLine l)

Methods

Method Description
compareTo(AztecLocator other)
equals(Object arg0)
getAztecMode()
getClass()
getCrossX()
getCrossY()
getDirection()
getDisplacementEnd()
getDisplacementStart()
getGroupIndex()
getLineCenter()
getTotalHeight()
getTotalWidth()
getUnitWidth()
getUsed()
getX()
getY()
hashCode()
isLeftToRight()
notify()
notifyAll()
setAztecMode(int value)
setDirection(double value)
setDisplacementEnd(int value)
setGroupIndex(int idx)
setGuessCross(float x, float y)
setLineCenter(System.Drawing.Point value)
setTotalHeight(int height)
setTotalWidth(int width)
setUnitWidth(float value)
setUsed(boolean value)
shiftTo(int shiftX, int shiftY)
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

AztecLocator(Int32List zb, int zbs, int zbe, ILaserLine l)

public AztecLocator(Int32List zb, int zbs, int zbe, ILaserLine l)

Parameters:

Parameter Type Description
zb Int32List
zbs int
zbe int
l ILaserLine

compareTo(AztecLocator other)

public int compareTo(AztecLocator other)

Parameters:

Parameter Type Description
other AztecLocator

Returns: int

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

Parameter Type Description
arg0 java.lang.Object

Returns: boolean

getAztecMode()

public int getAztecMode()

Returns: int

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getCrossX()

public int getCrossX()

Returns: int

getCrossY()

public int getCrossY()

Returns: int

getDirection()

public double getDirection()

Returns: double

getDisplacementEnd()

public int getDisplacementEnd()

Returns: int

getDisplacementStart()

public int getDisplacementStart()

Returns: int

getGroupIndex()

public int getGroupIndex()

Returns: int

getLineCenter()

public System.Drawing.Point getLineCenter()

Returns: com.aspose.ms.System.Drawing.Point

getTotalHeight()

public int getTotalHeight()

Returns: int

getTotalWidth()

public int getTotalWidth()

Returns: int

getUnitWidth()

public float getUnitWidth()

Returns: float

getUsed()

public final boolean getUsed()

Returns: boolean

getX()

public float getX()

Returns: float

getY()

public float getY()

Returns: float

hashCode()

public native int hashCode()

Returns: int

isLeftToRight()

public boolean isLeftToRight()

Returns: boolean

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setAztecMode(int value)

public void setAztecMode(int value)

Parameters:

Parameter Type Description
value int

setDirection(double value)

public void setDirection(double value)

Parameters:

Parameter Type Description
value double

setDisplacementEnd(int value)

public void setDisplacementEnd(int value)

Parameters:

Parameter Type Description
value int

setGroupIndex(int idx)

public void setGroupIndex(int idx)

Parameters:

Parameter Type Description
idx int

setGuessCross(float x, float y)

public void setGuessCross(float x, float y)

Parameters:

Parameter Type Description
x float
y float

setLineCenter(System.Drawing.Point value)

public void setLineCenter(System.Drawing.Point value)

Parameters:

Parameter Type Description
value com.aspose.ms.System.Drawing.Point

setTotalHeight(int height)

public void setTotalHeight(int height)

Parameters:

Parameter Type Description
height int

setTotalWidth(int width)

public void setTotalWidth(int width)

Parameters:

Parameter Type Description
width int

setUnitWidth(float value)

public void setUnitWidth(float value)

Parameters:

Parameter Type Description
value float

setUsed(boolean value)

public final void setUsed(boolean value)

Parameters:

Parameter Type Description
value boolean

shiftTo(int shiftX, int shiftY)

public final void shiftTo(int shiftX, int shiftY)

Parameters:

Parameter Type Description
shiftX int
shiftY int

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

Parameter Type Description
arg0 long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

Parameter Type Description
arg0 long
arg1 int