AbstractDataObject(Factory factory,
java.lang.String name) |
Named constructor
|
AbstractPageObject(Factory factory) |
Default constructor
|
AbstractPageObject(Factory factory,
java.lang.String name) |
Main constructor
|
AbstractPageObject(Factory factory,
java.lang.String name,
int width,
int height,
int rotation,
int widthRes,
int heightRes) |
Construct a new page object for the specified name argument, the page
name should be an 8 character identifier.
|
AbstractResourceEnvironmentGroupContainer(Factory factory,
java.lang.String name) |
Main constructor
|
AbstractResourceGroupContainer(Factory factory) |
Default constructor
|
AbstractResourceGroupContainer(Factory factory,
java.lang.String name) |
Named constructor
|
AbstractResourceGroupContainer(Factory factory,
java.lang.String name,
int width,
int height,
int rotation,
int widthRes,
int heightRes) |
Construct a new page object for the specified name argument, the page
name should be an 8 character identifier.
|
ActiveEnvironmentGroup(Factory factory,
java.lang.String name,
int width,
int height,
int widthRes,
int heightRes) |
Constructor for the ActiveEnvironmentGroup, this takes a
name parameter which must be 8 characters long.
|
Document(Factory factory,
java.lang.String name) |
Constructor for the document object.
|
GraphicsObject(Factory factory,
java.lang.String name) |
Default constructor
|
ImageObject(Factory factory,
java.lang.String name) |
Constructor for the image object with the specified name,
the name must be a fixed length of eight characters.
|
ObjectContainer(Factory factory,
java.lang.String name) |
Main constructor
|
Overlay(Factory factory,
java.lang.String name,
int width,
int height,
int rotation,
int widthResolution,
int heightResolution) |
Construct a new overlay object for the specified name argument, the overlay
name should be an 8 character identifier.
|
PageGroup(Factory factory,
java.lang.String name) |
Constructor for the PageGroup.
|
PageObject(Factory factory,
java.lang.String name,
int width,
int height,
int rotation,
int widthRes,
int heightRes) |
Construct a new page object for the specified name argument, the page
name should be an 8 character identifier.
|