Class TextureFactory.ColoredTexture

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 Details

    • textureId

      final int textureId
    • foreground

      final Color foreground
    • background

      final Color background
  • Constructor Details

    • ColoredTexture

      ColoredTexture(int textureId, Color foreground, Color background)