com.japisoft.xmlpad.editor.renderer
Class EditixLineRenderer

java.lang.Object
  extended bycom.japisoft.xmlpad.editor.renderer.EditixLineRenderer
All Implemented Interfaces:
LineRenderer

public class EditixLineRenderer
extends java.lang.Object
implements LineRenderer

Renderer for editix look

Author:
(c) 2003 JAPISOFT

Method Summary
static LineRenderer getSharedInstance()
           
 void renderer(java.awt.Graphics gc, java.awt.Color color, int x, int y, int width, int height)
          Renderer the line to this location.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getSharedInstance

public static LineRenderer getSharedInstance()

renderer

public void renderer(java.awt.Graphics gc,
                     java.awt.Color color,
                     int x,
                     int y,
                     int width,
                     int height)
Description copied from interface: LineRenderer
Renderer the line to this location.

Specified by:
renderer in interface LineRenderer


Copyright © 2006 JAPISoft. All Rights Reserved.