Class ImageBuilder
- java.lang.Object
-
- net.anotheria.anosite.gen.asresourcedata.data.ImageBuilder
-
-
Constructor Summary
Constructors Constructor Description ImageBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ImageBuilderalias(java.lang.String aValue)Sets the value of the alias attribute.ImageBuilderalt(java.lang.String aValue)Sets the value of the alt attribute.Imagebuild()ImageBuilderimage(java.lang.String aValue)Sets the value of the image attribute.ImageBuildername(java.lang.String aValue)Sets the value of the name attribute.ImageBuilderpixels(java.lang.String aValue)Sets the value of the pixels attribute.ImageBuildersize(java.lang.String aValue)Sets the value of the size attribute.ImageBuildertitle(java.lang.String aValue)Sets the value of the title attribute.
-
-
-
Method Detail
-
name
public ImageBuilder name(java.lang.String aValue)
Sets the value of the name attribute.
-
title
public ImageBuilder title(java.lang.String aValue)
Sets the value of the title attribute.
-
alias
public ImageBuilder alias(java.lang.String aValue)
Sets the value of the alias attribute.
-
alt
public ImageBuilder alt(java.lang.String aValue)
Sets the value of the alt attribute.
-
image
public ImageBuilder image(java.lang.String aValue)
Sets the value of the image attribute.
-
size
public ImageBuilder size(java.lang.String aValue)
Sets the value of the size attribute.
-
pixels
public ImageBuilder pixels(java.lang.String aValue)
Sets the value of the pixels attribute.
-
-