com.moximedia.aims.pdf
Class Templates

java.lang.Object
  extended bycom.moximedia.aims.pdf.Templates
All Implemented Interfaces:
java.lang.Cloneable, java.io.Serializable

public class Templates
extends java.lang.Object
implements java.lang.Cloneable, java.io.Serializable

Author:
jdc
See Also:
Serialized Form

Constructor Summary
Templates()
          Creates a new instance of Templates
 
Method Summary
 void addTemplate(Template template)
           
 void clear()
          Removes all templates, resolutions, and scales from the templates object.
 java.lang.Object clone()
          Gets a clone of this object.
 Templates getCopy()
          Gets a copy of this object.
 OutputResolutions getOutputResolutions()
           
 OutputScales getOutputScales()
           
 Template getTemplate(int index)
           
 Template getTemplate(java.lang.String name)
           
 java.util.ArrayList getTemplates()
           
 boolean hasTemplate(java.lang.String name)
           
 java.util.Iterator iterator()
           
 int size()
          Returns a count of the number of templates in this object.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Templates

public Templates()
Creates a new instance of Templates

Method Detail

clone

public java.lang.Object clone()
Gets a clone of this object.

Returns:
A clone of this object.

getCopy

public Templates getCopy()
Gets a copy of this object.

Returns:
A copy of this object.

addTemplate

public void addTemplate(Template template)

clear

public void clear()
Removes all templates, resolutions, and scales from the templates object.


iterator

public java.util.Iterator iterator()

getOutputResolutions

public OutputResolutions getOutputResolutions()

getOutputScales

public OutputScales getOutputScales()

getTemplates

public java.util.ArrayList getTemplates()

getTemplate

public Template getTemplate(java.lang.String name)

hasTemplate

public boolean hasTemplate(java.lang.String name)

getTemplate

public Template getTemplate(int index)

size

public int size()
Returns a count of the number of templates in this object.

Returns:
The number of templates.


Internet Mapping Framework for ArcIMS Java Object Model API (v5.1.00)
Copyright © 2006 Moxi Media Inc. and Province of British Columbia. All Rights Reserved.