ImageGearJava Project : com.accusoft.imagegear.display Package |
This package provides the ImageGear for Java API for annotation and presentation state support.
Class | Description |
---|---|
ImGearAnnotationPage | Abstract class used by the ImGearPageDisplay.getARTPage method of ImGearPageDisplay class.
This class does not expose any public members. |
ImGearContrastSettings | Contrast settings class used by ImGearPageDisplay.updateLUT method |
ImGearPageDisplay | Main class, implementing the entire ImageGear for Java display API. |
ImGearScrollComponentInfo | Implements state of one scrollbar and uses pass scrolling information to and from ImageGear display code. |
ImGearScrollInfo | Represents scrolling state of the image. |
ImGearZoomComponentInfo | Stores information about image zoom in one dimension (vertical or horizontal). |
ImGearZoomInfo | Represents complete image zoom information. |
Interface | Description |
---|---|
IImGearAlignment | Provides access to display alignment modes. |
IImGearAntiAlias | Provides access to bitonal anti-aliasing attributes. |
IImGearAspectRatio | Provides access to display aspect ratio attributes. |
IImGearBackground | Provides access to display background attributes.
There are no objects implementing this interface. It is accessed via ImGearPageDisplay.getBackground method of ImGearPageDisplay class. |
IImGearColorAntiAlias | Provides access to color anti-aliasing attributes. |
IImGearContrastSettings | Contrast settings interface used by ImGearPageDisplay.updateLUT method |
IImGearDisplayObject | Base interface for display API objects. Implemented in several display code structures. |
IImGearLayout | Provides access to display layout attributes.
There are no objects implementing this interface. It is accessed via |
IImGearPageDisplay | Defines interface for page display.
|
IImGearResample | Provides access to re-sampling attributes. |
IImGearScrollableView | Obtains all information required by IG display code and modifies some attributes of underlying window (scrollbars state).
This interface is designed to separate IG display API from Java windows and forms. Any object implementing this interface can be used. A null value can also be specified. In this case all required information will be obtained from CSGraphics object. In all display API calls |
Enumeration | Description |
---|---|
ImGearAliasModes | Identifies different types of image aliasing.
Applicable only if a 1-bit-per-pixel image is to be drawn and only if the destination image has a lower resolution than the original one. |
ImGearAlignmentHModes | Identifies the different types of image display alignment modes (i.e., identifies how the displayed image is aligned relative to the device rectangle). |
ImGearAlignmentVModes | Identifies the different types of image display alignment modes (i.e., identifies how the displayed image is aligned relative to the device rectangle). |
ImGearBackgroundModes | Specifies ImageGear background modes. |
ImGearColorAliasModes | Specifies color anti-aliasing mode. |
ImGearCoordConvModes | Identifies coordinate translation methods. |
ImGearFitModes | Identifies how an image fits to the device rectangle. |
ImGearResampleModes | Specifies re-sampling mode. |
ImGearScrollBarModes | Identifies scroll bar visibility methods. |
ImGearScrollBarType | Identifies scrollbar types. |