Examples of ScaledImageResourceLoader


Examples of org.seattlegamer.spacegame.resources.ScaledImageResourceLoader

  }

  public @Bean ResourceLoader<Image> scaledImageResourceLoader() {
    PropertiesAccessor propertiesAccessor = propertiesAccessor();
    int scale = propertiesAccessor.getInteger("scale", 80);
    return new ScaledImageResourceLoader(scale);
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.