jdk/src/share/classes/sun/java2d/pisces/PiscesTileGenerator.java
changeset 8131 e2932d8114cb
parent 6997 3642614e2282
child 8748 99ac71f8ef92
equal deleted inserted replaced
8130:c582063ba5bb 8131:e2932d8114cb
    28 import java.util.Map;
    28 import java.util.Map;
    29 import java.util.concurrent.ConcurrentHashMap;
    29 import java.util.concurrent.ConcurrentHashMap;
    30 
    30 
    31 import sun.java2d.pipe.AATileGenerator;
    31 import sun.java2d.pipe.AATileGenerator;
    32 
    32 
    33 public final class PiscesTileGenerator implements AATileGenerator {
    33 final class PiscesTileGenerator implements AATileGenerator {
    34     public static final int TILE_SIZE = PiscesCache.TILE_SIZE;
    34     public static final int TILE_SIZE = PiscesCache.TILE_SIZE;
    35 
    35 
    36     // perhaps we should be using weak references here, but right now
    36     // perhaps we should be using weak references here, but right now
    37     // that's not necessary. The way the renderer is, this map will
    37     // that's not necessary. The way the renderer is, this map will
    38     // never contain more than one element - the one with key 64, since
    38     // never contain more than one element - the one with key 64, since