Java com.itextpdf.text.pdf.parser LineDashPattern fields, constructors, methods, implement or subclass

Example usage for Java com.itextpdf.text.pdf.parser LineDashPattern fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.itextpdf.text.pdf.parser LineDashPattern.

The text is from its open source code.

Method

booleanisSolid()
Checks whether the dashed pattern is solid or not.
DashArrayElemnext()
Calculates and returns the next element which is either gap or dash.
voidreset()
Resets the dash array so that the #next() method will start from the beginning of the dash array.