standup.clouds
Class SVGSpec

java.lang.Object
  extended by standup.clouds.SVGSpec
Direct Known Subclasses:
SVGSpecIcon, SVGSpecSymbol

public abstract class SVGSpec
extends Object


Field Summary
private  String[] filenames
           
 
Constructor Summary
SVGSpec(String[] f)
           
 
Method Summary
(package private)  String[] getFilename()
           
(package private) abstract  BufferedImage obtainBitmap()
           
(package private) abstract  BufferedImage obtainBitmap(int height)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

filenames

private String[] filenames
Constructor Detail

SVGSpec

SVGSpec(String[] f)
Method Detail

getFilename

String[] getFilename()

obtainBitmap

abstract BufferedImage obtainBitmap(int height)

obtainBitmap

abstract BufferedImage obtainBitmap()