A B C D E F G H I K L O P R S T V W 

A

asBitmap() - Method in class com.aspose.omr.OmrImage
Copies pixel data into a BufferedImage.
AsposeLicenseException - Exception in com.aspose.omr
This exception is thrown if any errors with license is detected.
AsposeLicenseException() - Constructor for exception com.aspose.omr.AsposeLicenseException
Creates a new AsposeLicenseException.
AsposeLicenseException(String) - Constructor for exception com.aspose.omr.AsposeLicenseException
Creates a new AsposeLicenseException with a message string.
AsposeLicenseException(String, Throwable) - Constructor for exception com.aspose.omr.AsposeLicenseException
Creates a new AsposeLicenseException with a message string and a reason.
AsposeLicenseException(Throwable) - Constructor for exception com.aspose.omr.AsposeLicenseException
Creates a new AsposeLicenseException with a reason.
ASSEMBLY_VERSION - Static variable in class com.aspose.omr.BuildVersionInfo
Version of assembly.
AverageThresholdAlgorithm - Class in com.aspose.omr
Binarization algorithms that uses an average value threshold filter.
AverageThresholdAlgorithm() - Constructor for class com.aspose.omr.AverageThresholdAlgorithm
 

B

BarcodeElement - Class in com.aspose.omr
Represent a BarCode element block.
BarcodeElement(String, Point2D.Float, Dimension2D.Float) - Constructor for class com.aspose.omr.BarcodeElement
Initializes a new instance of the BarcodeElement class.
BasicElement - Class in com.aspose.omr
The base class for elements of the OMR template.
BasicElement(String, Point2D.Float, Dimension2D.Float) - Constructor for class com.aspose.omr.BasicElement
Initializes a new instance of the BasicElement class.
BUFFER_PIXEL_FORMAT - Static variable in class com.aspose.omr.OmrImage
Pixel format of image data in the buffer
BuildVersionInfo - Class in com.aspose.omr
Represents common information about build.
BYTES_PER_PIXEL - Static variable in class com.aspose.omr.OmrImage
Number of bytes per pixel

C

changeProcessingPipeline(ProcessingPipeline) - Method in class com.aspose.omr.OmrEngine
Replaces the image processing pipeline with a new one.
ChoiceBoxElement - Class in com.aspose.omr
Represents an OMR choice element
ChoiceBoxElement(String, Point2D.Float, Dimension2D.Float) - Constructor for class com.aspose.omr.ChoiceBoxElement
Initializes a new instance of the ChoiceBoxElement class.
clear() - Method in class com.aspose.omr.StringDictionary
Clears this dictionary so that it contains no keys.
com.aspose.omr - package com.aspose.omr
 
containsKey(Object) - Method in class com.aspose.omr.StringDictionary
Tests if the specified object is a key in this dictionary.
containsKey(String) - Method in class com.aspose.omr.StringDictionary
Tests if the specified object is a key in this dictionary.
containsValue(Object) - Method in class com.aspose.omr.StringDictionary
Returns true if this dictionary maps one or more keys to this value.
containsValue(String) - Method in class com.aspose.omr.StringDictionary
Returns true if this dictionary maps one or more keys to this value.
copy() - Method in class com.aspose.omr.OmrImage
Creates a deep copy of the OmrImage.
CustomImageProcessing - Annotation Type in com.aspose.omr
Specifies that the element does its own image processing and its area should not be touched by the image processing pipeline.

D

Dimension2D - Class in com.aspose.omr
The Dimension2D class is to encapsulate a width and a height dimension.
Dimension2D() - Constructor for class com.aspose.omr.Dimension2D
 
Dimension2D.Float - Class in com.aspose.omr
Represents a single-precision dimension.
Dimension2D.Float() - Constructor for class com.aspose.omr.Dimension2D.Float
Constructs and initializes a Dimension2D.Float.
Dimension2D.Float(Dimension2D.Float) - Constructor for class com.aspose.omr.Dimension2D.Float
Constructs and initializes a Dimension2D.Float from another one.
Dimension2D.Float(float, float) - Constructor for class com.aspose.omr.Dimension2D.Float
Constructs and initializes a Dimension2D.Float of the specified size.

E

entrySet() - Method in class com.aspose.omr.StringDictionary
Returns a Set view of the mappings contained in this map.
equals(Object) - Method in class com.aspose.omr.Dimension2D.Float
Checks whether two dimension objects have equal values.
extractData(OmrImage, OmrConfig) - Method in class com.aspose.omr.BarcodeElement
Extracts data from a portion of scanned OMR sheet assigned to this element.
extractData(OmrImage, OmrConfig) - Method in class com.aspose.omr.BasicElement
Extracts data from a portion of scanned OMR sheet assigned to this element.
extractData(OmrImage, OmrConfig) - Method in class com.aspose.omr.ChoiceBoxElement
Extracts data from a portion of scanned OMR sheet assigned to this element.
extractData(OmrImage, OmrConfig) - Method in class com.aspose.omr.GridElement
Extracts data from a portion of scanned OMR sheet assigned to this element.
extractData(OmrImage[]) - Method in class com.aspose.omr.OmrEngine
Extracts data from a scanned OMR sheets.
extractData(OmrImage, OmrConfig) - Method in class com.aspose.omr.OmrPage
Extracts data from a scanned OMR sheet.
extractData(OmrImage, OmrConfig) - Method in class com.aspose.omr.TextOcrElement
Extracts data from a portion of scanned OMR sheet assigned to this element.

F

FILE_VERSION - Static variable in class com.aspose.omr.BuildVersionInfo
Version of file.

G

get(Object) - Method in class com.aspose.omr.StringDictionary
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
getBarCodeType() - Method in class com.aspose.omr.BarcodeElement
Gets the BarCode type to extract.
getBuffer() - Method in class com.aspose.omr.OmrImage
Gets the pixel data of the OmrImage object.
getCells() - Method in class com.aspose.omr.OmrElement
Gets a collection of cells in the element.
getConfiguration() - Method in class com.aspose.omr.OmrElement
Gets element-level configuration for OMR extraction algorithm.
getConfiguration() - Method in class com.aspose.omr.OmrEngine
Gets global configuration for OMR extraction algorithm.
getConfiguration() - Method in class com.aspose.omr.OmrPage
Gets page-level configuration for OMR extraction algorithm.
getDefault() - Static method in class com.aspose.omr.ProcessingPipeline
Gets a default pipeline of image preprocessing algorithms
getElements() - Method in class com.aspose.omr.OmrPage
Gets the collection of OMR elements of the page.
getFillThreshold() - Method in class com.aspose.omr.OmrConfig
Gets the threshold percentage of black pixels in the area to consider it filled.
getHeight() - Method in class com.aspose.omr.Dimension2D.Float
Returns the height of this Dimension in double precision.
getHeight() - Method in class com.aspose.omr.OmrImage
Gets the height, in pixels, of this OmrImage.
getHeight() - Method in class com.aspose.omr.OmrPage
Gets height of the page, in millimeters.
getMultipleSelectionAllowed() - Method in class com.aspose.omr.ChoiceBoxElement
Gets a value indicating whether the choice box can have multiple items selected at once.
getName() - Method in class com.aspose.omr.BasicElement
Gets the name of the element.
getPageData() - Method in class com.aspose.omr.OmrProcessingResult
Gets the page data collection of the processed document
getPages() - Method in class com.aspose.omr.OmrTemplate
Gets the collection of pages within the template
getPosition() - Method in class com.aspose.omr.BasicElement
Gets position, in millimeters, relative to top left corner of an image
getProcessingPipeline() - Method in class com.aspose.omr.OmrEngine
Gets an instance of ProcessingPipeline that contains image processing algorithms used for pre-processing of a scanned image before data extraction.
getResolution() - Method in class com.aspose.omr.OmrImage
Gets image DPI resolution
getResource() - Static method in class com.aspose.omr.TextOcrElement
Gets path to the OCR resources file.
getSections() - Method in class com.aspose.omr.GridElement
Gets a collection of sections of the grid.
getSheetImage() - Method in class com.aspose.omr.OmrPage
Gets a sheet image associated with the page.
getSize() - Method in class com.aspose.omr.BasicElement
Gets size of the element, in millimeters.
getSpaceAfter() - Method in class com.aspose.omr.GridSection
Gets spacing that follows the cell, in millimeters.
getSpaceAfter() - Method in interface com.aspose.omr.ISpacedArea
Gets spacing that follows the area.
getSpaceAfter() - Method in class com.aspose.omr.OmrCell
Gets spacing that follows the cell, in millimeters.
getSpaceBefore() - Method in class com.aspose.omr.GridSection
Gets spacing that precedes the cell, in millimeters.
getSpaceBefore() - Method in interface com.aspose.omr.ISpacedArea
Gets spacing that precedes the area.
getSpaceBefore() - Method in class com.aspose.omr.OmrCell
Gets spacing that precedes the cell, in millimeters.
getTemplate() - Method in class com.aspose.omr.OmrEngine
Gets a data template that describes data structure of an OMR sheet.
getTrimWhitePixels() - Method in class com.aspose.omr.OmrConfig
Gets a value indicating whether the area that contain an OMR mark should be reduced to minimum size that contain all black pixels.
getValue() - Method in class com.aspose.omr.OmrCell
Gets value associated with the cell.
getWidth() - Method in class com.aspose.omr.Dimension2D.Float
Returns the width of this Dimension in double precision.
getWidth() - Method in class com.aspose.omr.OmrImage
Gets the width, in pixels, of this OmrImage.
getWidth() - Method in class com.aspose.omr.OmrPage
Gets width of the page, in millimeters.
GrayscaleAlgorithm - Class in com.aspose.omr
Represent a grayscale conversion algorithm
GrayscaleAlgorithm() - Constructor for class com.aspose.omr.GrayscaleAlgorithm
 
GridElement - Class in com.aspose.omr
Represents an OMR grid element
GridElement(String, Point2D.Float, Dimension2D.Float) - Constructor for class com.aspose.omr.GridElement
Initializes a new instance of the GridElement class.
GridSection - Class in com.aspose.omr
Section of a GridElement.
GridSection() - Constructor for class com.aspose.omr.GridSection
Initializes a new instance of the GridSection class.

H

hashCode() - Method in class com.aspose.omr.Dimension2D.Float
Returns a hash code value for the object.
height - Variable in class com.aspose.omr.Dimension2D.Float
The height dimension; negative values can be used.

I

IProcessingAlgorithm - Interface in com.aspose.omr
Represents a mechanism for image pre-processing, so that the image can be used for data extraction
isEmpty() - Method in class com.aspose.omr.StringDictionary
Tests if this dictionary maps no keys to values.
isHorizontal() - Method in class com.aspose.omr.OmrElement
Gets a value indicating whether values of this element are located horizontally.
isHorizontal(boolean) - Method in class com.aspose.omr.OmrElement
Sets a value indicating whether values of this element are located horizontally.
ISpacedArea - Interface in com.aspose.omr
An area that requires spacing before and after itself.

K

keySet() - Method in class com.aspose.omr.StringDictionary
Returns a Set view of the keys contained in this map.

L

License - Class in com.aspose.omr
Provides methods to license the component.
License() - Constructor for class com.aspose.omr.License
Initializes a new instance of this class.
load(String) - Static method in class com.aspose.omr.OmrImage
Loads an image from the specified file name.
load(String) - Static method in class com.aspose.omr.OmrTemplate
Loads the template.
load(InputStream) - Static method in class com.aspose.omr.OmrTemplate
Loads the template.
loadProperties(StringDictionary) - Method in class com.aspose.omr.BarcodeElement
Initializes the properties of an element from their string representation.
loadProperties(StringDictionary) - Method in class com.aspose.omr.BasicElement
Initializes the properties of an element from their string representation.
loadProperties(StringDictionary) - Method in class com.aspose.omr.ChoiceBoxElement
Initializes the properties of an element from their string representation.
loadProperties(StringDictionary) - Method in class com.aspose.omr.OmrElement
Initializes the properties of an element from their string representation.

O

OmrCell - Class in com.aspose.omr
Represents a cell in an OmrElement.
OmrCell() - Constructor for class com.aspose.omr.OmrCell
Initializes a new instance of the OmrCell class.
OmrCell(String) - Constructor for class com.aspose.omr.OmrCell
Initializes a new instance of the OmrCell class.
OmrConfig - Class in com.aspose.omr
Configuration for OMR extraction algorithm.
OmrConfig() - Constructor for class com.aspose.omr.OmrConfig
Initializes a new instance of the OmrConfig class with default settings.
OmrElement - Class in com.aspose.omr
Represents an abstract OMR element on a sheet.
OmrElement(String, Point2D.Float, Dimension2D.Float) - Constructor for class com.aspose.omr.OmrElement
Initializes a new instance of the OmrElement class.
OmrElementsCollection - Class in com.aspose.omr
Represents a collection of OMR elements on a page.
OmrElementsCollection() - Constructor for class com.aspose.omr.OmrElementsCollection
 
OmrEngine - Class in com.aspose.omr
The main entry point for the users of the library.
OmrEngine(OmrTemplate) - Constructor for class com.aspose.omr.OmrEngine
Initializes a new instance of the OmrEngine class.
OmrEngine(OmrTemplate, ProcessingPipeline) - Constructor for class com.aspose.omr.OmrEngine
Initializes a new instance of the OmrEngine class.
OmrImage - Class in com.aspose.omr
Represents an image in a way that is suitable for marks recognition.
OmrImage(int, int, double, byte[]) - Constructor for class com.aspose.omr.OmrImage
Initializes a new instance of the OmrImage class.
OmrPage - Class in com.aspose.omr
Represents a page of an OMR document
OmrPage() - Constructor for class com.aspose.omr.OmrPage
Initializes a new instance of the OmrPage class.
OmrPagesCollection - Class in com.aspose.omr
Represent a collection of pages in an OMR template
OmrPagesCollection() - Constructor for class com.aspose.omr.OmrPagesCollection
 
OmrProcessingResult - Class in com.aspose.omr
Represent a result of data extraction from an OMR sheet
OmrProcessingResult(StringDictionary[]) - Constructor for class com.aspose.omr.OmrProcessingResult
Initializes a new instance of the OmrProcessingResult class.
OmrTemplate - Class in com.aspose.omr
Represents an OMR document template
OmrTemplate() - Constructor for class com.aspose.omr.OmrTemplate
Initializes a new instance of the OmrTemplate class.
OtsuBinarizationAlgorithm - Class in com.aspose.omr
Otsu binarization algorithm.
OtsuBinarizationAlgorithm() - Constructor for class com.aspose.omr.OtsuBinarizationAlgorithm
 

P

process(OmrImage, Rectangle) - Method in class com.aspose.omr.AverageThresholdAlgorithm
Processes a grayscale OmrImage with average value threshold algorithm.
process(OmrImage, Rectangle) - Method in class com.aspose.omr.GrayscaleAlgorithm
Processes an OmrImage with an image manipulation algorithm.
process(OmrImage, Rectangle) - Method in interface com.aspose.omr.IProcessingAlgorithm
Processes an OmrImage with an image manipulation algorithm.
process(OmrImage, Rectangle) - Method in class com.aspose.omr.OtsuBinarizationAlgorithm
Processes a grayscale OmrImage with Otsu binarization algorithm.
process(OmrImage, Rectangle) - Method in class com.aspose.omr.ProcessingPipeline
Processes an image with a chain of image preprocessing algorithms.
ProcessingPipeline - Class in com.aspose.omr
Represents an ordered chain of image processing algorithms.
ProcessingPipeline() - Constructor for class com.aspose.omr.ProcessingPipeline
Initializes a new instance of the ProcessingPipeline class.
ProcessingPipeline(List<IProcessingAlgorithm>) - Constructor for class com.aspose.omr.ProcessingPipeline
Initializes a new instance of the ProcessingPipeline class.
PRODUCT - Static variable in class com.aspose.omr.BuildVersionInfo
Product name.
PRODUCT_MAJOR - Static variable in class com.aspose.omr.BuildVersionInfo
Product major version.
PRODUCT_MINOR - Static variable in class com.aspose.omr.BuildVersionInfo
Product minor version.
put(String, String) - Method in class com.aspose.omr.StringDictionary
Maps the specified key to the specified value in this dictionary.
putAll(Map<? extends String, ? extends String>) - Method in class com.aspose.omr.StringDictionary
Copies all of the mappings from the specified map to this dictionary.

R

RELEASE_DATE - Static variable in class com.aspose.omr.BuildVersionInfo
Date of release.
remove(Object) - Method in class com.aspose.omr.StringDictionary
Removes the key (and its corresponding value) from this dictionary.

S

save(String) - Method in class com.aspose.omr.OmrTemplate
Saves the template.
save(OutputStream) - Method in class com.aspose.omr.OmrTemplate
Saves the template.
saveProperties() - Method in class com.aspose.omr.BarcodeElement
Converts values of the properties of an element from their string representation.
saveProperties() - Method in class com.aspose.omr.BasicElement
Converts values of the properties of an element from their string representation.
saveProperties() - Method in class com.aspose.omr.ChoiceBoxElement
Converts values of the properties of an element from their string representation.
saveProperties() - Method in class com.aspose.omr.OmrElement
Converts values of the properties of an element from their string representation.
setBarCodeType(long) - Method in class com.aspose.omr.BarcodeElement
Sets the BarCode type to extract.
setConfiguration(OmrConfig) - Method in class com.aspose.omr.OmrElement
Sets element-level configuration for OMR extraction algorithm.
setConfiguration(OmrConfig) - Method in class com.aspose.omr.OmrEngine
Sets global configuration for OMR extraction algorithm.
setConfiguration(OmrConfig) - Method in class com.aspose.omr.OmrPage
Sets page-level configuration for OMR extraction algorithm.
setFillThreshold(double) - Method in class com.aspose.omr.OmrConfig
Sets the threshold percentage of black pixels in the area to consider it filled.
setHeight(double) - Method in class com.aspose.omr.OmrPage
Sets height of the page, in millimeters.
setLicense(String) - Method in class com.aspose.omr.License
Licenses the component.
setLicense(InputStream) - Method in class com.aspose.omr.License
Licenses the component.
setLicense(File) - Method in class com.aspose.omr.License
Licenses the component.
setMultipleSelectionAllowed(boolean) - Method in class com.aspose.omr.ChoiceBoxElement
Sets a value indicating whether the choice box can have multiple items selected at once.
setName(String) - Method in class com.aspose.omr.BasicElement
Sets the name of the element.
setPosition(Point2D.Float) - Method in class com.aspose.omr.BasicElement
Sets position, in millimeters, relative to top left corner of an image
setResource(String) - Static method in class com.aspose.omr.TextOcrElement
Sets path to the OCR resources file.
setSectionsCount(int) - Method in class com.aspose.omr.GridElement
A shortcut method for setting the sections count in the grid.
setSheetImage(OmrImage) - Method in class com.aspose.omr.OmrPage
Sets a sheet image associated with the page.
setSize(Dimension2D.Float) - Method in class com.aspose.omr.BasicElement
Sets size of the element, in millimeters.
setSize(double, double) - Method in class com.aspose.omr.Dimension2D.Float
Sets the size of this Dimension object to the specified width and height.
setSpaceAfter(float) - Method in class com.aspose.omr.GridSection
Sets spacing that follows the cell, in millimeters.
setSpaceAfter(float) - Method in interface com.aspose.omr.ISpacedArea
Sets spacing that follows the area.
setSpaceAfter(float) - Method in class com.aspose.omr.OmrCell
Sets spacing that follows the cell, in millimeters.
setSpaceBefore(float) - Method in class com.aspose.omr.GridSection
Sets spacing that precedes the cell, in millimeters.
setSpaceBefore(float) - Method in interface com.aspose.omr.ISpacedArea
Sets spacing that precedes the area.
setSpaceBefore(float) - Method in class com.aspose.omr.OmrCell
Sets spacing that precedes the cell, in millimeters.
setTemplate(OmrTemplate) - Method in class com.aspose.omr.OmrEngine
Sets a data template that describes data structure of an OMR sheet.
setTrimWhitePixels(boolean) - Method in class com.aspose.omr.OmrConfig
Sets a value indicating whether the area that contain an OMR mark should be reduced to minimum size that contain all black pixels.
setValue(String) - Method in class com.aspose.omr.OmrCell
Sets value associated with the cell.
setWidth(double) - Method in class com.aspose.omr.OmrPage
Sets width of the page, in millimeters.
size() - Method in class com.aspose.omr.StringDictionary
Returns the number of keys in this dictionary.
StringDictionary - Class in com.aspose.omr
A dictionary that maps string keys to string values.
StringDictionary() - Constructor for class com.aspose.omr.StringDictionary
Instantiates a new instance of a StringDictionary.

T

TextOcrElement - Class in com.aspose.omr
Represent an OCR block.
TextOcrElement(String, Point2D.Float, Dimension2D.Float) - Constructor for class com.aspose.omr.TextOcrElement
Initializes a new instance of the TextOcrElement class.
toString() - Method in class com.aspose.omr.Dimension2D.Float
Returns a string representation of the object.

V

values() - Method in class com.aspose.omr.StringDictionary
Returns a Collection view of the values contained in this map.

W

width - Variable in class com.aspose.omr.Dimension2D.Float
The width dimension; negative values can be used.
A B C D E F G H I K L O P R S T V W 

Copyright © 2014. All rights reserved.