ilog.views
Class IlvTexture
java.lang.Object
java.awt.TexturePaint
ilog.views.util.java2d.IlvTexture
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
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. . All Rights Reserved.