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

Class OT.FeatureType

java.lang.Object
   |
   +----OT.FeatureType

public class FeatureType
extends Object
Feature name.
Version:
1999-04-02
Author:
Andrea Heiberg, University of Arizona

Variable Index

 o anchor
 o color
 o inert
 o name

Constructor Index

 o FeatureType(String, String)

Method Index

 o equals(FeatureType)
 o toString()

Variables

 o inert
  protected boolean inert
 o color
  protected Color color
 o name
  protected String name
 o anchor
  protected String anchor

Constructors

 o FeatureType
  public FeatureType(String name,
                     String anchor)

Methods

 o toString
  public String toString()
Overrides:
toString in class Object
 o equals
  public boolean equals(FeatureType ft)

All Packages  Class Hierarchy  This Package  Previous  Next  Index