net.sourceforge.jeuclid.elements.support.operatordict
Class StretchOverride

java.lang.Object
  extended by net.sourceforge.jeuclid.elements.support.operatordict.StretchOverride

public final class StretchOverride
extends Object

Contains information on characters which stretch vertical / horizontal only.

Version:
$Revision: c75d8b379394 $

Method Summary
static String getStretchOverride(String operator)
          Returns Mo.VALUE_STRETCHY_HORIZONTAL or Mo.VALUE_STRETCHY_VERTICAL if the character is to be stretch only in that direction.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getStretchOverride

public static String getStretchOverride(String operator)
Returns Mo.VALUE_STRETCHY_HORIZONTAL or Mo.VALUE_STRETCHY_VERTICAL if the character is to be stretch only in that direction.

Parameters:
operator - operator to check
Returns:
a String or null if not known.


Copyright © 2002-2010 The JEuclid project. All Rights Reserved.