HEADER

ru.biosoft.graphics
Class HtmlView

ru.biosoft.graphics.View
  |
  +--ru.biosoft.graphics.HtmlView

public class HtmlView
extends View


Fields inherited from class ru.biosoft.graphics.View
ACTIVE, BASELINE, BOTTOM, CENTER, HIDE, LEFT, RIGHT, TOP

Constructor Summary
HtmlView(String text, ColorFont cf, Point pt)
           
HtmlView(String text, ColorFont cf, Point pt, Dimension preferredSize)
           

Method Summary
 voidmove(int sx, int sy)
           
 voidpaint(Graphics2D g2)
           
 voidresize(int sx, int sy)
           

Methods inherited from class ru.biosoft.graphics.View
getBounds, getModel, getShape, intersects, isActive, isVisible, move, scale, setActive, setLocation, setLocation, setModel, setToScale, setVisible, updateBounds

Constructor Detail

HtmlView

public HtmlView(String text, ColorFont cf, Point pt)

HtmlView

public HtmlView(String text, ColorFont cf, Point pt, Dimension preferredSize)
Method Detail

move

public void move(int sx, int sy)

paint

public void paint(Graphics2D g2)

resize

public void resize(int sx, int sy)

Association Links

to Class javax.swing.JComponent

This component is used to create view using BasicHTML routines.

to Class javax.swing.text.View


FOOTER

BOTTOM