public class AutoFringer extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AutoFringer.FringeTile |
| Constructor and Description |
|---|
AutoFringer(FringeConfiguration fringeconf,
ImageManager imgr,
TileManager tmgr)
Constructs an instance that will fringe according to the rules in the supplied fringe
configuration.
|
| Modifier and Type | Method and Description |
|---|---|
FringeConfiguration |
getFringeConf()
Returns the fringe configuration used by this fringer.
|
BaseTile |
getFringeTile(MisoSceneModel scene,
int col,
int row,
Map<AutoFringer.FringeTile,WeakReference<AutoFringer.FringeTile>> fringes,
Map<Long,BufferedImage> masks)
Compute and return the fringe tile to be inserted at the specified location.
|
public AutoFringer(FringeConfiguration fringeconf, ImageManager imgr, TileManager tmgr)
public FringeConfiguration getFringeConf()
public BaseTile getFringeTile(MisoSceneModel scene, int col, int row, Map<AutoFringer.FringeTile,WeakReference<AutoFringer.FringeTile>> fringes, Map<Long,BufferedImage> masks)
Copyright © 2015. All rights reserved.