-
- All Implemented Interfaces:
public class ImageBlock.Element
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringtypeprivate final ImageBlock.Externalexternalprivate ImageBlock.Filefileprivate List<String>caption
-
Constructor Summary
Constructors Constructor Description ImageBlock.Element(String type, ImageBlock.External external, ImageBlock.File file, List<String> caption)ImageBlock.Element(String type, ImageBlock.External external, ImageBlock.File file)ImageBlock.Element(String type, ImageBlock.External external)ImageBlock.Element(String type)ImageBlock.Element()
-
Method Summary
Modifier and Type Method Description final StringgetType()final ImageBlock.ExternalgetExternal()final ImageBlock.FilegetFile()final UnitsetFile(ImageBlock.File file)final List<String>getCaption()final UnitsetCaption(List<String> caption)-
-
Constructor Detail
-
ImageBlock.Element
ImageBlock.Element(String type, ImageBlock.External external, ImageBlock.File file, List<String> caption)
-
ImageBlock.Element
ImageBlock.Element(String type, ImageBlock.External external, ImageBlock.File file)
-
ImageBlock.Element
ImageBlock.Element(String type, ImageBlock.External external)
-
ImageBlock.Element
ImageBlock.Element(String type)
-
ImageBlock.Element
ImageBlock.Element()
-
-
Method Detail
-
getExternal
final ImageBlock.External getExternal()
-
getFile
final ImageBlock.File getFile()
-
setFile
final Unit setFile(ImageBlock.File file)
-
getCaption
final List<String> getCaption()
-
setCaption
final Unit setCaption(List<String> caption)
-
-
-
-