Package | Description |
---|---|
com.github.wuic.engine |
This package contains the definition of an
Engine . |
com.github.wuic.engine.core | |
com.github.wuic.nut |
This package defines what is a nut in WUIC and how to manage it.
|
Modifier and Type | Method and Description |
---|---|
Map<Region,T> |
DimensionPacker.getRegions()
Packs and returns the regions which result of the computation of the dimension
indicated thanks to the
DimensionPacker.addElement(Dimension, Object)
method. |
Modifier and Type | Method and Description |
---|---|
void |
SpriteProvider.addRegion(Region region,
String name)
Registers a new region in the image.
|
Constructor and Description |
---|
Region(Region other)
Builds a region with the area represented by the given region.
|
Modifier and Type | Method and Description |
---|---|
Map<Region,T> |
BinPacker.getRegions()
Packs and returns the regions which result of the computation of the dimension
indicated thanks to the
DimensionPacker.addElement(Dimension, Object)
method. |
protected Map<String,Region> |
AbstractSpriteProvider.getRegions()
Gets the regions.
|
Map<Region,ConvertibleNut> |
ImageAggregatorEngine.pack(List<ConvertibleNut> nuts)
Packs the given nuts (which embed images) in the smallest area.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractSpriteProvider.addRegion(Region region,
String name)
Registers a new region in the image.
|
Modifier and Type | Method and Description |
---|---|
Region |
ImageNut.getRegion()
Gets the region.
|
Constructor and Description |
---|
ImageNut(ConvertibleNut image,
Region r)
Builds a new instance.
|
Copyright © 2012-2015. All Rights Reserved.