com.itextpdf.text.pdf.parser
Class LineDashPattern.DashArrayElem
java.lang.Object
com.itextpdf.text.pdf.parser.LineDashPattern.DashArrayElem
- Enclosing class:
- LineDashPattern
public class LineDashPattern.DashArrayElem
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LineDashPattern.DashArrayElem
public LineDashPattern.DashArrayElem(float val,
boolean isGap)
getVal
public float getVal()
setVal
public void setVal(float val)
isGap
public boolean isGap()
setGap
public void setGap(boolean isGap)
Copyright © 2015. All Rights Reserved.