jjdh API

jjdh.opengl.core.texture
Class HTMLTools

java.lang.Object
  extended by jjdh.opengl.core.texture.HTMLTools

public class HTMLTools
extends Object


Constructor Summary
private HTMLTools()
           
 
Method Summary
protected static BufferedImage asImage(Component component)
           
protected static BufferedImage asImage(Component component, int w, int h)
           
protected static void loadComplete(JEditorPane pane)
          Deprecated.  
static void main(String... args)
           
static void showFrame(Component c, String title)
           
static BufferedImage toImage(ResourceReference ref)
          Returns the result of rendering the whole html page.
static BufferedImage toImage(String regex)
          Returns the result of rendering the whole html page.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTMLTools

private HTMLTools()
Method Detail

toImage

public static BufferedImage toImage(ResourceReference ref)
Returns the result of rendering the whole html page.


toImage

public static BufferedImage toImage(String regex)
Returns the result of rendering the whole html page.


loadComplete

@Deprecated
protected static void loadComplete(JEditorPane pane)
Deprecated. 

Does not work on Linux.


asImage

protected static BufferedImage asImage(Component component)

asImage

protected static BufferedImage asImage(Component component,
                                       int w,
                                       int h)

main

public static void main(String... args)

showFrame

public static void showFrame(Component c,
                             String title)

jjdh API

Copyright © 2006 Jonas Jacobi and Dennis Heidsiek. All Rights Reserved.