Skip to main content
Version: API v2 Preview

PathObjectRef

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

Lightweight reference to a PDF path object providing identity, type, and styling information. Object references enable efficient API operations by providing a way to identify and reference PDF objects without transferring their complete content. This design pattern reduces payload sizes and improves performance for operations that only need object identification and basic properties.

Declaration

public class com.pdfdancer.common.model.PathObjectRef extends com.pdfdancer.common.model.ObjectRef

Members

constructor

public com.pdfdancer.common.model.PathObjectRef(java.lang.String, com.pdfdancer.common.model.Position, com.pdfdancer.common.model.ObjectType, com.pdfdancer.common.model.ObjectType, com.pdfdancer.common.model.Color, com.pdfdancer.common.model.Color, java.lang.Double, double[], java.lang.Double)

getDashArray

public double[] getDashArray()

getDashPhase

public java.lang.Double getDashPhase()

getFillColor

public com.pdfdancer.common.model.Color getFillColor()

getStrokeColor

public com.pdfdancer.common.model.Color getStrokeColor()

getStrokeWidth

public java.lang.Double getStrokeWidth()

View source at 9c04036fe114