Package org.eclipse.epsilon.picto
Class ViewContent
java.lang.Object
org.eclipse.epsilon.picto.ViewContent
-
Field Summary
Modifier and TypeFieldDescriptionprotected boolean
protected File
protected String
protected String
protected ViewContent
protected ViewContent
protected String
protected static final ViewContent
protected static List<ViewContentTransformer>
-
Constructor Summary
ConstructorDescriptionViewContent
(String format, String text) ViewContent
(String format, String text, File file, List<Layer> layers, List<Patch> patches, Set<URI> baseUris) ViewContent
(String format, String text, ViewContent other) -
Method Summary
Modifier and TypeMethodDescriptiongetFile()
getLabel()
getSourceContent
(PictoView pictoView) getText()
static List<ViewContentTransformer>
boolean
isActive()
boolean
isImage()
void
setActive
(boolean active) protected void
setLabel()
void
setNext
(ViewContent newContent) void
setPrevious
(ViewContent previous) toString()
-
Field Details
-
format
-
text
-
layers
-
active
protected boolean active -
label
-
patches
-
baseUris
-
next
-
previous
-
file
-
undefined
-
viewContentTransformers
-
-
Constructor Details
-
ViewContent
- Parameters:
format
-text
-other
-- Since:
- 2.2
-
ViewContent
-
ViewContent
-
-
Method Details
-
getViewContentTransformers
-
setLabel
protected void setLabel() -
getFormat
-
getText
-
getFinal
-
getNext
-
setPrevious
-
getPrevious
-
getAllPrevious
-
isActive
public boolean isActive() -
setActive
public void setActive(boolean active) -
getLabel
-
getPatches
-
getLayers
-
getBaseUris
-
getFile
-
toString
-
setNext
-
getSourceContent
-
isImage
public boolean isImage()- Returns:
- Since:
- 2.2
-