com.bbn.openmap.omGraphics.awt
Class SerializableTexturePaint

java.lang.Object
  extended by java.awt.TexturePaint
      extended by com.bbn.openmap.omGraphics.awt.SerializableTexturePaint
All Implemented Interfaces:
java.awt.Paint, java.awt.Transparency, java.io.Serializable

public class SerializableTexturePaint
extends java.awt.TexturePaint
implements java.io.Serializable

A wrapper around TexturePaint objects that can be used to serialize them. Use these in OMGraphics if you set it in one of the paint attributes.

Author:
carsten madsen
See Also:
Serialized Form

Field Summary
 
Fields inherited from interface java.awt.Transparency
BITMASK, OPAQUE, TRANSLUCENT
 
Constructor Summary
SerializableTexturePaint(java.awt.image.BufferedImage txtr, java.awt.geom.Rectangle2D anchor)
           
 
Method Summary
 
Methods inherited from class java.awt.TexturePaint
createContext, getAnchorRect, getImage, getTransparency
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SerializableTexturePaint

public SerializableTexturePaint(java.awt.image.BufferedImage txtr,
                                java.awt.geom.Rectangle2D anchor)


Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details