org.extex.font.format.pl
Class PlReader.Chars

java.lang.Object
  extended by org.extex.font.format.pl.PlReader.Chars
Enclosing class:
PlReader

public static class PlReader.Chars
extends java.lang.Object

Container for a character.


Constructor Summary
PlReader.Chars()
           
 
Method Summary
 int getCh()
          Returns the ch.
 int getMapch()
          Returns the mapch.
 void setCh(int c)
          The ch to set.
 void setMapch(int c)
          The mapch to set.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlReader.Chars

public PlReader.Chars()
Method Detail

getCh

public int getCh()
Returns the ch.

Returns:
Returns the ch.

getMapch

public int getMapch()
Returns the mapch.

Returns:
Returns the mapch.

setCh

public void setCh(int c)
The ch to set.

Parameters:
c - The ch to set.

setMapch

public void setMapch(int c)
The mapch to set.

Parameters:
c - The mapch to set.