Uses of Interface
com.atlassian.adf.model.node.Media
-
Packages that use Media Package Description com.atlassian.adf.model.node Nodes are elements within the Atlassian Document Format that represent presentation data for the document. -
-
Uses of Media in com.atlassian.adf.model.node
Classes in com.atlassian.adf.model.node that implement Media Modifier and Type Class Description static classMedia.AbstractMedia<N extends Media.AbstractMedia<N>>static classMedia.ExternalMediastatic classMedia.FileMediastatic classMedia.FileOrLinkMedia<T extends Media.FileOrLinkMedia<T>>static classMedia.LinkMediaFields in com.atlassian.adf.model.node with type parameters of type Media Modifier and Type Field Description static Factory<Media>Media. FACTORYMethods in com.atlassian.adf.model.node that return Media Modifier and Type Method Description MediaMedia. alt(String alt)MediaMedia. border(int size, String color)MediaMedia. border(Border border)MediaMedia. border(String color)MediaMedia. height(Number height)Sets the height of the media.MediaMedia. linkMark(Link link)MediaMedia. linkMark(String href)MediaMedia. linkMark(URL url)MediaMediaSingle. media()MediaMedia. size(Number width, Number height)Sets the width and height of the media.MediaMedia. width(Number width)Sets the width of the media.Methods in com.atlassian.adf.model.node that return types with arguments of type Media Modifier and Type Method Description Class<Media>MediaGroup. contentClass()Methods in com.atlassian.adf.model.node with parameters of type Media Modifier and Type Method Description MediaSingleMediaSingle. media(Media media)MediaSingleMediaSingle.Partial.NeedsMedia. media(Media media)static MediaGroupMediaGroup. mediaGroup(Media content)static MediaGroupMediaGroup. mediaGroup(Media... content)static MediaSingleMediaSingle. mediaSingle(Media media)static MediaSingleMediaSingle. mediaSingle(RichMedia.Layout layout, Media media)Creates a newmediaSinglenode with the given layout and media item.static MediaSingleMediaSingle. mediaSingle(String layout, Media media)Creates a newmediaSinglenode with the given layout and media item.Method parameters in com.atlassian.adf.model.node with type arguments of type Media Modifier and Type Method Description static MediaGroupMediaGroup. mediaGroup(Iterable<? extends Media> content)static MediaGroupMediaGroup. mediaGroup(Stream<? extends Media> content)
-