TransformationList

Inheritance: java.lang.Object, com.aspose.ms.System.Collections.Generic.List

public class TransformationList extends System.Collections.Generic.List<TransformationItem>

Class for working with history of transformations

Constructors

Constructor Description
TransformationList()

Methods

Method Description
fromJava(List arg0)
toArray(T[] arg0)
toJava(System.Collections.Generic.List arg0)
convertAll(System.Converter<T,TOutput> arg0)
add(T arg0)
add(int arg0, T arg1)
addAll(int arg0, Collection<? extends T> arg1)
addAll(Collection<? extends T> arg0)
addItem(T arg0)
addRange(T[] arg0)
addRange(System.Collections.Generic.IGenericEnumerable arg0)
addRotate(int x, int y, float angle) Add rotation to this history of transformations
addTranslation(int x, int y) Add translation to this history of transformations
addZoom(float zoomX, float zoomY) Add zoom to this history of transformations
asReadOnly()
backTransformation(int x, int y, System.Collections.Generic.List transformations) Transform point back
binarySearch(T arg0)
binarySearch(T arg0, Comparator arg1)
binarySearch(int arg0, int arg1, T arg2, Comparator arg3)
clear()
contains(Object arg0)
containsAll(Collection arg0)
containsItem(T arg0)
copyTo(T[] arg0)
copyTo(System.Array arg0, int arg1)
copyTo(int arg0, T[] arg1, int arg2, int arg3)
copyToTArray(T[] arg0, int arg1)
equals(Object arg0)
exists(System.Predicate arg0)
find(System.Predicate arg0)
findAll(System.Predicate arg0)
findIndex(System.Predicate arg0)
findIndex(int arg0, System.Predicate arg1)
findIndex(int arg0, int arg1, System.Predicate arg2)
findLast(System.Predicate arg0)
findLastIndex(System.Predicate arg0)
findLastIndex(int arg0, System.Predicate arg1)
findLastIndex(int arg0, int arg1, System.Predicate arg2)
forEach(System.Action arg0)
get(int arg0)
getCapacity()
getClass()
getRange(int arg0, int arg1)
getSyncRoot()
get_Item(int arg0)
hashCode()
indexOf(T arg0, int arg1)
indexOf(T arg0, int arg1, int arg2)
indexOf(Object arg0)
indexOfItem(T arg0)
insertItem(int arg0, T arg1)
insertRange(int arg0, System.Collections.Generic.IGenericEnumerable arg1)
isEmpty()
isFixedSize()
isReadOnly()
isSynchronized()
iterator()
lastIndexOf(T arg0, int arg1)
lastIndexOf(T arg0, int arg1, int arg2)
lastIndexOf(Object arg0)
listIterator()
listIterator(int arg0)
notify()
notifyAll()
remove(int arg0)
remove(Object arg0)
removeAll(System.Predicate arg0)
removeAll(Collection arg0)
removeAt(int arg0)
removeItem(T arg0)
removeRange(int arg0, int arg1)
retainAll(Collection arg0)
reverse()
reverse(int arg0, int arg1)
rotatePoint(int x, int y, System.Drawing.PointF center, double angle, boolean aClockwise) Rotate point around the center point by angle.
set(int arg0, T arg1)
setCapacity(int arg0)
set_Item(int arg0, T arg1)
size()
sort()
sort(System.Comparison arg0)
sort(int arg0, int arg1, Comparator arg2)
sort(Comparator arg0)
subList(int arg0, int arg1)
toArray()
toString()
transformByHistory(int x, int y, System.Collections.Generic.List transformations, int start, int stop) Transform point by the history
trimExcess()
trueForAll(System.Predicate arg0)
wait()
wait(long arg0)
wait(long arg0, int arg1)

TransformationList()

public TransformationList()

fromJava(List arg0)

public static System.Collections.Generic.List<T> <T>fromJava(List<T> arg0)

Parameters:

Parameter Type Description
arg0 java.util.List

Returns: List

toArray(T[] arg0)

public T[] <T>toArray(T[] arg0)

Parameters:

Parameter Type Description
arg0 T[]

Returns: T[]

toJava(System.Collections.Generic.List arg0)

public static List<T> <T>toJava(System.Collections.Generic.List<T> arg0)

Parameters:

Parameter Type Description
arg0 com.aspose.ms.System.Collections.Generic.List

Returns: List

convertAll(System.Converter<T,TOutput> arg0)

public System.Collections.Generic.List<TOutput> <TOutput>convertAll(System.Converter<T,TOutput> arg0)

Parameters:

Parameter Type Description
arg0 com.aspose.ms.System.Converter<T,TOutput>

Returns: List

add(T arg0)

public boolean add(T arg0)

Parameters:

Parameter Type Description
arg0 T

Returns: boolean

add(int arg0, T arg1)

public void add(int arg0, T arg1)

Parameters:

Parameter Type Description
arg0 int
arg1 T

addAll(int arg0, Collection<? extends T> arg1)

public boolean addAll(int arg0, Collection<? extends T> arg1)

Parameters:

Parameter Type Description
arg0 int
arg1 java.util.Collection<? extends T>

Returns: boolean

addAll(Collection<? extends T> arg0)

public boolean addAll(Collection<? extends T> arg0)

Parameters:

Parameter Type Description
arg0 java.util.Collection<? extends T>

Returns: boolean

addItem(T arg0)

public void addItem(T arg0)

Parameters:

Parameter Type Description
arg0 T

addRange(T[] arg0)

public void addRange(T[] arg0)

Parameters:

Parameter Type Description
arg0 T[]

addRange(System.Collections.Generic.IGenericEnumerable arg0)

public void addRange(System.Collections.Generic.IGenericEnumerable<T> arg0)

Parameters:

Parameter Type Description
arg0 com.aspose.ms.System.Collections.Generic.IGenericEnumerable

addRotate(int x, int y, float angle)

public void addRotate(int x, int y, float angle)

Add rotation to this history of transformations

Parameters:

Parameter Type Description
x int Center of rotation (x coordinate)
y int Center of rotation (y coordinate)
angle float Rotate angle

addTranslation(int x, int y)

public void addTranslation(int x, int y)

Add translation to this history of transformations

Parameters:

Parameter Type Description
x int x translation
y int y translation

addZoom(float zoomX, float zoomY)

public void addZoom(float zoomX, float zoomY)

Add zoom to this history of transformations

Parameters:

Parameter Type Description
zoomX float zoom (x coordinate)
zoomY float zoom (y coordinate)

asReadOnly()

public System.Collections.ObjectModel.ReadOnlyCollection<T> asReadOnly()

Returns: com.aspose.ms.System.Collections.ObjectModel.ReadOnlyCollection

backTransformation(int x, int y, System.Collections.Generic.List transformations)

public static System.Drawing.Point backTransformation(int x, int y, System.Collections.Generic.List<TransformationItem> transformations)

Transform point back

Parameters:

Parameter Type Description
x int X coordinate of a point
y int Y coordinate of a point
transformations com.aspose.ms.System.Collections.Generic.List<com.aspose.barcode.barcoderecognition.internal.TransformationItem> A history of transformations

Returns: com.aspose.ms.System.Drawing.Point - Transformed back point

binarySearch(T arg0)

public int binarySearch(T arg0)

Parameters:

Parameter Type Description
arg0 T

Returns: int

binarySearch(T arg0, Comparator arg1)

public int binarySearch(T arg0, Comparator<T> arg1)

Parameters:

Parameter Type Description
arg0 T
arg1 java.util.Comparator

Returns: int

binarySearch(int arg0, int arg1, T arg2, Comparator arg3)

public int binarySearch(int arg0, int arg1, T arg2, Comparator<T> arg3)

Parameters:

Parameter Type Description
arg0 int
arg1 int
arg2 T
arg3 java.util.Comparator

Returns: int

clear()

public void clear()

contains(Object arg0)

public boolean contains(Object arg0)

Parameters:

Parameter Type Description
arg0 java.lang.Object

Returns: boolean

containsAll(Collection arg0)

public boolean containsAll(Collection<?> arg0)

Parameters:

Parameter Type Description
arg0 java.util.Collection

Returns: boolean

containsItem(T arg0)

public boolean containsItem(T arg0)

Parameters:

Parameter Type Description
arg0 T

Returns: boolean

copyTo(T[] arg0)

public void copyTo(T[] arg0)

Parameters:

Parameter Type Description
arg0 T[]

copyTo(System.Array arg0, int arg1)

public void copyTo(System.Array arg0, int arg1)

Parameters:

Parameter Type Description
arg0 com.aspose.ms.System.Array
arg1 int

copyTo(int arg0, T[] arg1, int arg2, int arg3)

public void copyTo(int arg0, T[] arg1, int arg2, int arg3)

Parameters:

Parameter Type Description
arg0 int
arg1 T[]
arg2 int
arg3 int

copyToTArray(T[] arg0, int arg1)

public void copyToTArray(T[] arg0, int arg1)

Parameters:

Parameter Type Description
arg0 T[]
arg1 int

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

Parameter Type Description
arg0 java.lang.Object

Returns: boolean

exists(System.Predicate arg0)

public boolean exists(System.Predicate<T> arg0)

Parameters:

Parameter Type Description
arg0 com.aspose.ms.System.Predicate

Returns: boolean

find(System.Predicate arg0)

public T find(System.Predicate<T> arg0)

Parameters:

Parameter Type Description
arg0 com.aspose.ms.System.Predicate

Returns: T

findAll(System.Predicate arg0)

public System.Collections.Generic.List<T> findAll(System.Predicate<T> arg0)

Parameters:

Parameter Type Description
arg0 com.aspose.ms.System.Predicate

Returns: List

findIndex(System.Predicate arg0)

public int findIndex(System.Predicate<T> arg0)

Parameters:

Parameter Type Description
arg0 com.aspose.ms.System.Predicate

Returns: int

findIndex(int arg0, System.Predicate arg1)

public int findIndex(int arg0, System.Predicate<T> arg1)

Parameters:

Parameter Type Description
arg0 int
arg1 com.aspose.ms.System.Predicate

Returns: int

findIndex(int arg0, int arg1, System.Predicate arg2)

public int findIndex(int arg0, int arg1, System.Predicate<T> arg2)

Parameters:

Parameter Type Description
arg0 int
arg1 int
arg2 com.aspose.ms.System.Predicate

Returns: int

findLast(System.Predicate arg0)

public T findLast(System.Predicate<T> arg0)

Parameters:

Parameter Type Description
arg0 com.aspose.ms.System.Predicate

Returns: T

findLastIndex(System.Predicate arg0)

public int findLastIndex(System.Predicate<T> arg0)

Parameters:

Parameter Type Description
arg0 com.aspose.ms.System.Predicate

Returns: int

findLastIndex(int arg0, System.Predicate arg1)

public int findLastIndex(int arg0, System.Predicate<T> arg1)

Parameters:

Parameter Type Description
arg0 int
arg1 com.aspose.ms.System.Predicate

Returns: int

findLastIndex(int arg0, int arg1, System.Predicate arg2)

public int findLastIndex(int arg0, int arg1, System.Predicate<T> arg2)

Parameters:

Parameter Type Description
arg0 int
arg1 int
arg2 com.aspose.ms.System.Predicate

Returns: int

forEach(System.Action arg0)

public void forEach(System.Action<T> arg0)

Parameters:

Parameter Type Description
arg0 com.aspose.ms.System.Action

get(int arg0)

public T get(int arg0)

Parameters:

Parameter Type Description
arg0 int

Returns: T

getCapacity()

public int getCapacity()

Returns: int

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getRange(int arg0, int arg1)

public System.Collections.Generic.List<T> getRange(int arg0, int arg1)

Parameters:

Parameter Type Description
arg0 int
arg1 int

Returns: List

getSyncRoot()

public Object getSyncRoot()

Returns: java.lang.Object

get_Item(int arg0)

public T get_Item(int arg0)

Parameters:

Parameter Type Description
arg0 int

Returns: T

hashCode()

public native int hashCode()

Returns: int

indexOf(T arg0, int arg1)

public int indexOf(T arg0, int arg1)

Parameters:

Parameter Type Description
arg0 T
arg1 int

Returns: int

indexOf(T arg0, int arg1, int arg2)

public int indexOf(T arg0, int arg1, int arg2)

Parameters:

Parameter Type Description
arg0 T
arg1 int
arg2 int

Returns: int

indexOf(Object arg0)

public int indexOf(Object arg0)

Parameters:

Parameter Type Description
arg0 java.lang.Object

Returns: int

indexOfItem(T arg0)

public int indexOfItem(T arg0)

Parameters:

Parameter Type Description
arg0 T

Returns: int

insertItem(int arg0, T arg1)

public void insertItem(int arg0, T arg1)

Parameters:

Parameter Type Description
arg0 int
arg1 T

insertRange(int arg0, System.Collections.Generic.IGenericEnumerable arg1)

public void insertRange(int arg0, System.Collections.Generic.IGenericEnumerable<T> arg1)

Parameters:

Parameter Type Description
arg0 int
arg1 com.aspose.ms.System.Collections.Generic.IGenericEnumerable

isEmpty()

public boolean isEmpty()

Returns: boolean

isFixedSize()

public boolean isFixedSize()

Returns: boolean

isReadOnly()

public boolean isReadOnly()

Returns: boolean

isSynchronized()

public boolean isSynchronized()

Returns: boolean

iterator()

public System.Collections.Generic.List.Enumerator<T> iterator()

Returns: com.aspose.ms.System.Collections.Generic.List.Enumerator

lastIndexOf(T arg0, int arg1)

public int lastIndexOf(T arg0, int arg1)

Parameters:

Parameter Type Description
arg0 T
arg1 int

Returns: int

lastIndexOf(T arg0, int arg1, int arg2)

public int lastIndexOf(T arg0, int arg1, int arg2)

Parameters:

Parameter Type Description
arg0 T
arg1 int
arg2 int

Returns: int

lastIndexOf(Object arg0)

public int lastIndexOf(Object arg0)

Parameters:

Parameter Type Description
arg0 java.lang.Object

Returns: int

listIterator()

public ListIterator listIterator()

Returns: java.util.ListIterator

listIterator(int arg0)

public ListIterator listIterator(int arg0)

Parameters:

Parameter Type Description
arg0 int

Returns: java.util.ListIterator

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

remove(int arg0)

public T remove(int arg0)

Parameters:

Parameter Type Description
arg0 int

Returns: T

remove(Object arg0)

public boolean remove(Object arg0)

Parameters:

Parameter Type Description
arg0 java.lang.Object

Returns: boolean

removeAll(System.Predicate arg0)

public int removeAll(System.Predicate<T> arg0)

Parameters:

Parameter Type Description
arg0 com.aspose.ms.System.Predicate

Returns: int

removeAll(Collection arg0)

public boolean removeAll(Collection<?> arg0)

Parameters:

Parameter Type Description
arg0 java.util.Collection

Returns: boolean

removeAt(int arg0)

public void removeAt(int arg0)

Parameters:

Parameter Type Description
arg0 int

removeItem(T arg0)

public boolean removeItem(T arg0)

Parameters:

Parameter Type Description
arg0 T

Returns: boolean

removeRange(int arg0, int arg1)

public void removeRange(int arg0, int arg1)

Parameters:

Parameter Type Description
arg0 int
arg1 int

retainAll(Collection arg0)

public boolean retainAll(Collection<?> arg0)

Parameters:

Parameter Type Description
arg0 java.util.Collection

Returns: boolean

reverse()

public void reverse()

reverse(int arg0, int arg1)

public void reverse(int arg0, int arg1)

Parameters:

Parameter Type Description
arg0 int
arg1 int

rotatePoint(int x, int y, System.Drawing.PointF center, double angle, boolean aClockwise)

public static System.Drawing.Point rotatePoint(int x, int y, System.Drawing.PointF center, double angle, boolean aClockwise)

Rotate point around the center point by angle.

Parameters:

Parameter Type Description
x int X coordinate of a point
y int Y coordinate of a point
center com.aspose.ms.System.Drawing.PointF A center point
angle double An angle
aClockwise boolean is a clockwise direction

Returns: com.aspose.ms.System.Drawing.Point - Rotated point

set(int arg0, T arg1)

public T set(int arg0, T arg1)

Parameters:

Parameter Type Description
arg0 int
arg1 T

Returns: T

setCapacity(int arg0)

public void setCapacity(int arg0)

Parameters:

Parameter Type Description
arg0 int

set_Item(int arg0, T arg1)

public void set_Item(int arg0, T arg1)

Parameters:

Parameter Type Description
arg0 int
arg1 T

size()

public int size()

Returns: int

sort()

public void sort()

sort(System.Comparison arg0)

public void sort(System.Comparison<T> arg0)

Parameters:

Parameter Type Description
arg0 com.aspose.ms.System.Comparison

sort(int arg0, int arg1, Comparator arg2)

public void sort(int arg0, int arg1, Comparator<T> arg2)

Parameters:

Parameter Type Description
arg0 int
arg1 int
arg2 java.util.Comparator

sort(Comparator arg0)

public void sort(Comparator arg0)

Parameters:

Parameter Type Description
arg0 java.util.Comparator

subList(int arg0, int arg1)

public List<T> subList(int arg0, int arg1)

Parameters:

Parameter Type Description
arg0 int
arg1 int

Returns: List

toArray()

public Object[] toArray()

Returns: java.lang.Object[]

toString()

public String toString()

Returns: java.lang.String

transformByHistory(int x, int y, System.Collections.Generic.List transformations, int start, int stop)

public static System.Drawing.Point transformByHistory(int x, int y, System.Collections.Generic.List<TransformationItem> transformations, int start, int stop)

Transform point by the history

Parameters:

Parameter Type Description
x int x-coordinate of the point
y int y-coordinate of the point
transformations com.aspose.ms.System.Collections.Generic.List<com.aspose.barcode.barcoderecognition.internal.TransformationItem> History of transformations
start int Start transformation index to apply
stop int Stop transformation index

Returns: com.aspose.ms.System.Drawing.Point - Transformed point

trimExcess()

public void trimExcess()

trueForAll(System.Predicate arg0)

public boolean trueForAll(System.Predicate<T> arg0)

Parameters:

Parameter Type Description
arg0 com.aspose.ms.System.Predicate

Returns: boolean

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