Uses of Class
com.attribyte.parser.model.Image
Packages that use Image
-
Uses of Image in com.attribyte.parser.model
Fields in com.attribyte.parser.model declared as ImageModifier and TypeFieldDescriptionfinal ImageAuthor.imageAn image for the author.final ImageVideo.imageAn image representing the video.Fields in com.attribyte.parser.model with type parameters of type ImageModifier and TypeFieldDescriptionResource.iconThe optional icon.final com.google.common.collect.ImmutableList<Image> Entry.imagesThe immutable list of images.final com.google.common.collect.ImmutableList<Image> Page.imagesAll unique images found in the document.Resource.logoThe optional logo.final com.google.common.collect.ImmutableList<Image> Page.metaImagesAll unique images found in the metadata of the document.Entry.primaryImageThe optional primary image.Methods in com.attribyte.parser.model that return ImageModifier and TypeMethodDescriptionImage.Builder.build()Builds an immutable image.Resource.Builder.getIcon()Gets the icon.Author.Builder.getImage()Gets the image.Video.Builder.getImage()Gets the image.Resource.Builder.getLogo()Gets the logo.Entry.Builder.getPrimaryImage()Gets the primary image.Image.withNewLink(String link) Creates a copy of this image with a new link.Methods in com.attribyte.parser.model that return types with arguments of type ImageModifier and TypeMethodDescriptioncom.google.common.collect.ImmutableList<Image> Entry.Builder.getImages()Gets an immutable list of images.Methods in com.attribyte.parser.model with parameters of type ImageModifier and TypeMethodDescriptionAdds an image.static Image.BuilderCreates a builder from an existing image.Sets the icon.Sets the image.Sets the image.Sets the logo.Entry.Builder.setPrimaryImage(Image primaryImage) Sets the primary image.Method parameters in com.attribyte.parser.model with type arguments of type ImageModifier and TypeMethodDescriptionSets the list of images. -
Uses of Image in com.attribyte.parser.page
Methods in com.attribyte.parser.page that return types with arguments of type ImageMethod parameters in com.attribyte.parser.page with type arguments of type Image