Class ImageBuilder
java.lang.Object
net.anotheria.anosite.gen.asresourcedata.data.ImageBuilder
- All Implemented Interfaces:
net.anotheria.asg.data.Builder<Image>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the value of the alias attribute.Sets the value of the alt attribute.build()Sets the value of the image attribute.Sets the value of the name attribute.Sets the value of the pixels attribute.Sets the value of the size attribute.Sets the value of the title attribute.
-
Field Details
-
name
-
title
-
alias
-
alt
-
image
-
size
-
pixels
-
-
Constructor Details
-
ImageBuilder
public ImageBuilder()
-
-
Method Details
-
name
Sets the value of the name attribute. -
title
Sets the value of the title attribute. -
alias
Sets the value of the alias attribute. -
alt
Sets the value of the alt attribute. -
image
Sets the value of the image attribute. -
size
Sets the value of the size attribute. -
pixels
Sets the value of the pixels attribute. -
build
- Specified by:
buildin interfacenet.anotheria.asg.data.Builder<Image>
-