Class OT.RepPanel
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class OT.RepPanel

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----OT.RepPanel

public class RepPanel
extends Panel
Representation drawing.
Version:
1999-04-02
Author:
Andrea Heiberg, University of Arizona

Constructor Index

 o RepPanel(Representation, Image, Image, Image, boolean, boolean, boolean, boolean)

Method Index

 o paint(Graphics)

Constructors

 o RepPanel
  public RepPanel(Representation rep,
                  Image rootImage,
                  Image moraImage,
                  Image syllImage,
                  boolean drawInert,
                  boolean drawColor,
                  boolean drawTokens,
                  boolean drawHeads)

Methods

 o paint
  public void paint(Graphics g)
Overrides:
paint in class Component

All Packages  Class Hierarchy  This Package  Previous  Next  Index