Skip to main content
Version: API v2 Preview

PathGroupReference

Kind: class
Module/package: com.pdfdancer.client.rest
SDK: com.pdfdancer.client:pdfdancer-client-java 2.0.0

Declaration

public class com.pdfdancer.client.rest.PathGroupReference

Members

constructor

public com.pdfdancer.client.rest.PathGroupReference(com.pdfdancer.client.rest.PDFDancer, com.pdfdancer.common.model.PathGroupInfo, int)

clearClipping

public boolean clearClipping()

getBoundingBox

public com.pdfdancer.common.model.BoundingRect getBoundingBox()

getGroupId

public java.lang.String getGroupId()

getPageNumber

public int getPageNumber()

getPathCount

public int getPathCount()

getX

public double getX()

getY

public double getY()

moveTo

public boolean moveTo(double, double)

remove

public boolean remove()

resize

public boolean resize(double, double)

rotate

public boolean rotate(double)

scale

public boolean scale(double)

toString

public java.lang.String toString()

View source at 9c04036fe114