Uses of Class
com.attribyte.parser.model.Image.Builder
Packages that use Image.Builder
-
Uses of Image.Builder in com.attribyte.parser.entry
Methods in com.attribyte.parser.entry that return Image.BuilderModifier and TypeMethodDescriptionprotected static Image.BuilderCreate an image builder for a URL.Methods in com.attribyte.parser.entry with parameters of type Image.BuilderModifier and TypeMethodDescriptionprotected static Entry.BuilderFeedParser.addImage(Entry.Builder entry, Image.Builder builder) Adds an image to an entry and if entry has no primary image, sets primary image to this image. -
Uses of Image.Builder in com.attribyte.parser.model
Methods in com.attribyte.parser.model that return Image.BuilderModifier and TypeMethodDescriptionstatic Image.BuilderImage.builder(byte[] data) Creates a builder for images with data.static Image.BuilderCreates a builder from an existing image.static Image.BuilderCreates a builder for images with a link.Image.Builder.setAltText(String altText) Sets the alternate text.Sets the credit.Image.Builder.setHeight(int height) Sets the height.Sets the id.Image.Builder.setMediaType(String mediaType) Sets the media type.Sets the title.Image.Builder.setWidth(int width) Sets the width.