|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.moximedia.aims.pdf.Templates
| 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 |
public Templates()
| Method Detail |
public java.lang.Object clone()
public Templates getCopy()
public void addTemplate(Template template)
public void clear()
public java.util.Iterator iterator()
public OutputResolutions getOutputResolutions()
public OutputScales getOutputScales()
public java.util.ArrayList getTemplates()
public Template getTemplate(java.lang.String name)
public boolean hasTemplate(java.lang.String name)
public Template getTemplate(int index)
public int size()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||