public class Image extends Query
Modifier and Type | Field and Description |
---|---|
protected java.util.List<java.lang.String> |
captions |
protected boolean |
doNotShow |
protected boolean |
showCaptions |
notToStringSet, sortElementsByName, targets, titles
dgElement, ignore, loop, titlePrefix, titleSuffix, useContextNameAsTitle
Constructor and Description |
---|
Image() |
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
getCaptions() |
java.lang.Boolean |
getDoNotShow() |
java.lang.Boolean |
getShowCaptions() |
void |
initialize()
This is called after the query object has been constructed and the
targets and dgElement fields are set
|
void |
setCaptions(java.util.List<java.lang.String> c) |
void |
setDoNotShow(boolean b) |
void |
setShowCaptions(boolean b) |
java.util.List<DocumentElement> |
visit(boolean forViewEditor,
java.lang.String outputDir)
This method must be overidden by subclasses to return the result of the
query
|
accept, getActions, getTargets, getTitles, isSortElementsByName, notToString, parse, setSortElementsByName, setTargets, setTitles, toStringStart
getDgElement, getIgnore, getLoop, getTitlePrefix, getTitleSuffix, getUseContextNameAsTitle, setDgElement, setIgnore, setLoop, setTitlePrefix, setTitleSuffix, setUseContextNameAsTitle, toString, toStringEnd
protected java.util.List<java.lang.String> captions
protected boolean showCaptions
protected boolean doNotShow
public void setCaptions(java.util.List<java.lang.String> c)
public void setShowCaptions(boolean b)
public void setDoNotShow(boolean b)
public java.lang.Boolean getDoNotShow()
public java.lang.Boolean getShowCaptions()
public java.util.List<java.lang.String> getCaptions()
public java.util.List<DocumentElement> visit(boolean forViewEditor, java.lang.String outputDir)
Query
visit
in interface Generatable
visit
in class Query
public void initialize()
Query
initialize
in interface Generatable
initialize
in class Query