Package net.pterodactylus.sone.data

Examples of net.pterodactylus.sone.data.ImageImpl


public class ImageBuilderImpl extends AbstractImageBuilder {

  @Override
  public Image build() throws IllegalStateException {
    validate();
    return randomId ? new ImageImpl() : new ImageImpl(id);
  }
View Full Code Here

TOP

Related Classes of net.pterodactylus.sone.data.ImageImpl

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.