java.lang.Object
org.apache.batik.transcoder.wmf.tosvg.TextureFactory.ColoredTexture
- Enclosing class:
- TextureFactory
private static class TextureFactory.ColoredTexture
extends Object
Contain a handle to a Colored texture, with optional foreground and
background colors.
-
Field Summary
Fields
(package private) final Color
(package private) final Color
(package private) final int
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
textureId
final int textureId
-
-
-
Constructor Details
-
ColoredTexture
ColoredTexture(int textureId,
Color foreground,
Color background)