Package org.seattlegamer.spacegame.resources

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

Related Classes of org.seattlegamer.spacegame.resources.ScaledImageResourceLoader

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.