Lines Matching +defs:parse +defs:line

168     public AFMFile parse(InputStream in, String afmFileName) throws IOException {  in parse()  method in AFMParser
184 public AFMFile parse(BufferedReader reader, String afmFileName) throws IOException { in parse() method in AFMParser
188 String line = reader.readLine(); in parse() local
211 private String parseLine(String line, Stack<Object> stack) throws IOException { in parseLine()
227 private String parseCharMetrics(String line, Stack<Object> stack, String afmFileName) in parseCharMetrics()
242 private static int skipToNonWhiteSpace(String line, int startpos) { in skipToNonWhiteSpace()
250 private static int skipToWhiteSpace(String line, int startpos) { in skipToWhiteSpace()
266 void parse(String line, int startpos, Stack<Object> stack) throws IOException; in parse() method
271 protected int findValue(String line, int startpos) { in findValue()
275 protected String getStringValue(String line, int startpos) { in getStringValue()
279 protected Number getNumberValue(String line, int startpos) { in getNumberValue()
287 protected int getIntegerValue(String line, int startpos) { in getIntegerValue()
292 protected double getDoubleValue(String line, int startpos) { in getDoubleValue()
297 protected Boolean getBooleanValue(String line, int startpos) { in getBooleanValue()
304 public void parse(String line, int startpos, Stack<Object> stack) throws IOException { in parse() method in AFMParser.StartFontMetrics
345 public void parse(String line, int startpos, Stack<Object> stack) throws IOException { in parse() method in AFMParser.StringSetter
358 public void parse(String line, int startpos, Stack<Object> stack) throws IOException { in parse() method in AFMParser.NamedCharacterSetter
374 public void parse(String line, int startpos, Stack<Object> stack) throws IOException { in parse() method in AFMParser.NumberSetter
385 public void parse(String line, int startpos, Stack<Object> stack) throws IOException { in parse() method in AFMParser.IntegerSetter
396 public void parse(String line, int startpos, Stack<Object> stack) throws IOException { in parse() method in AFMParser.DoubleSetter
430 public void parse(String line, int startpos, Stack<Object> stack) throws IOException { in parse() method in AFMParser.WritingDirDoubleSetter
447 public void parse(String line, int startpos, Stack<Object> stack) throws IOException { in parse() method in AFMParser.BooleanSetter
488 public void parse(String line, int startpos, Stack<Object> stack) throws IOException { in parse() method in AFMParser.FontBBox
495 protected Rectangle parseBBox(String line, int startpos) { in parseBBox()
521 public void parse(String line, int startpos, Stack<Object> stack) throws IOException { in parse() method in AFMParser.CharBBox
530 public void parse(String line, int startpos, Stack<Object> stack) throws IOException { in parse() method in AFMParser.IsBaseFont
538 public void parse(String line, int startpos, Stack<Object> stack) throws IOException { in parse() method in AFMParser.IsCIDFont
552 public void parse(String line, int startpos, Stack stack) throws IOException { in parse() method in AFMParser.NotImplementedYet
559 public void parse(String line, int startpos, Stack<Object> stack) throws IOException { in parse() method in AFMParser.StartDirection
569 public void parse(String line, int startpos, Stack<Object> stack) throws IOException { in parse() method in AFMParser.EndDirection
577 public void parse(String line, int startpos, Stack<Object> stack) throws IOException { in parse() method in AFMParser.KPXHandler