Class FlashCodeUtilsNone

java.lang.Object
net.sourceforge.plantuml.flashcode.FlashCodeUtilsNone
All Implemented Interfaces:
FlashCodeUtils

public class FlashCodeUtilsNone extends java.lang.Object implements FlashCodeUtils
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    java.awt.image.BufferedImage
    exportFlashcode(java.lang.String s, java.awt.Color fore, java.awt.Color back)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • FlashCodeUtilsNone

      public FlashCodeUtilsNone()
  • Method Details

    • exportFlashcode

      public java.awt.image.BufferedImage exportFlashcode(java.lang.String s, java.awt.Color fore, java.awt.Color back)
      Specified by:
      exportFlashcode in interface FlashCodeUtils