owltools.gfx
Class GraphStyle

java.lang.Object
  extended by owltools.gfx.GraphStyle

public class GraphStyle
extends Object

hacked crudely from QuickGO


Field Summary
 boolean fill
           
 String fontName
           
 int fontSize
           
 int height
           
 boolean key
           
 boolean slimColours
           
 boolean termIds
           
 int width
           
 
Constructor Summary
GraphStyle()
           
GraphStyle(Map<String,String> parameters)
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fontSize

public int fontSize

termIds

public boolean termIds

slimColours

public boolean slimColours

fill

public boolean fill

height

public int height

width

public int width

key

public boolean key

fontName

public String fontName
Constructor Detail

GraphStyle

public GraphStyle()

GraphStyle

public GraphStyle(Map<String,String> parameters)
Method Detail

main

public static void main(String[] args)


Copyright © 2010-2012. All Rights Reserved.