ilog.views
Class IlvTexture

java.lang.Object
  extended by java.awt.TexturePaint
      extended by ilog.views.util.java2d.IlvTexture
          extended by ilog.views.IlvTexture
All Implemented Interfaces:
Paint, Transparency

Deprecated. since JViews 5.5 you should use IlvTexture instead.

public class IlvTexture
extends IlvTexture

A texture is a predefined TexturePaint used to fill a shape. An IlvTexture is a subclass of java.awt.TexturePaint.

See Also:
IlvPattern

Field Summary
 
Fields inherited from interface java.awt.Transparency
BITMASK, OPAQUE, TRANSLUCENT
 
Constructor Summary
IlvTexture(URL imageURL)
          Deprecated. Creates a new IlvTexture.
IlvTexture(URL imageURL, Rectangle2D anchor)
          Deprecated. Creates a new IlvTexture.
 
Method Summary
 
Methods inherited from class ilog.views.util.java2d.IlvTexture
equals, getImageURL
 
Methods inherited from class java.awt.TexturePaint
createContext, getAnchorRect, getImage, getTransparency
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IlvTexture

public IlvTexture(URL imageURL)
Deprecated. 
Creates a new IlvTexture. The rectangle used to replicate the texture is sized to the image size.

Parameters:
imageURL - The URL of the image of the texture.

IlvTexture

public IlvTexture(URL imageURL,
                  Rectangle2D anchor)
Deprecated. 
Creates a new IlvTexture.

Parameters:
imageURL - The URL of the image of the texture.
anchor - The Rectangle2D in manager coordinates used to anchor and replicate the texture.


Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.