/** * Returns the clipPath. * @return ClipPath */ public ClipPath getClipPath() { return this.clipPath; }
/** * Sets the clipPath. * @param clipPath The clipPath to set */ public void setClipPath(ClipPath clipPath) { this.clipPath = clipPath; }