org.extex.font.format.xtf.tables.tag
Class FeatureTag

java.lang.Object
  extended by org.extex.font.format.xtf.tables.tag.Tag
      extended by org.extex.font.format.xtf.tables.tag.FeatureTag

public final class FeatureTag
extends Tag

Feature Tags.

Registered features.

Version:
$Revision: 7274 $
Author:
Michael Niedermair

Method Summary
static FeatureTag getInstance(java.lang.String name)
          Get a new feature tag.
static boolean isInList(java.lang.String name)
          Check, if the name is in the feature tag list.
 
Methods inherited from class org.extex.font.format.xtf.tables.tag.Tag
format, getTag, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getInstance

public static FeatureTag getInstance(java.lang.String name)
Get a new feature tag.

Parameters:
name - The name of the feature tag.
Returns:
Returns the new feature tag.

isInList

public static boolean isInList(java.lang.String name)
Check, if the name is in the feature tag list.

Parameters:
name - The name of the feature tag.
Returns:
Returns true, if found, otherwise false.