com.itextpdf.tool.xml.svg
Class PathItem.Builder

java.lang.Object
  extended by com.itextpdf.tool.xml.svg.PathItem.Builder
Enclosing class:
PathItem

public static class PathItem.Builder
extends Object


Constructor Summary
PathItem.Builder()
           
 
Method Summary
 void addCoordinate(String number)
           
 PathItem build()
           
 void setType(char type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PathItem.Builder

public PathItem.Builder()
Method Detail

addCoordinate

public void addCoordinate(String number)

setType

public void setType(char type)

build

public PathItem build()


Copyright © 2012. All Rights Reserved.