org.apache.batik.css
Class AbstractViewCSS.ComputedStyleCache.StrongReference

java.lang.Object
  |
  +--java.lang.ref.Reference
        |
        +--java.lang.ref.SoftReference
              |
              +--org.apache.batik.css.AbstractViewCSS.ComputedStyleCache.StrongReference
Enclosing class:
AbstractViewCSS.ComputedStyleCache

protected static class AbstractViewCSS.ComputedStyleCache.StrongReference
extends java.lang.ref.SoftReference

To store computed style with a strong reference.


Field Summary
protected  java.lang.Object reference
          A strong reference.
 
Constructor Summary
AbstractViewCSS.ComputedStyleCache.StrongReference(java.lang.Object o)
          Creates a new strong reference.
 
Methods inherited from class java.lang.ref.SoftReference
get
 
Methods inherited from class java.lang.ref.Reference
clear, enqueue, isEnqueued
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

reference

protected java.lang.Object reference
A strong reference.
Constructor Detail

AbstractViewCSS.ComputedStyleCache.StrongReference

public AbstractViewCSS.ComputedStyleCache.StrongReference(java.lang.Object o)
Creates a new strong reference.


Copyright © 2001 Apache Software Foundation. All Rights Reserved.