Uses of Class org.apache.fop.traits.BorderProps

Uses in package org.apache.fop.traits

Methods with parameter type org.apache.fop.traits.BorderProps

int

Methods with return type org.apache.fop.traits.BorderProps

BorderProps
BorderProps.valueOf(FOUserAgent foUserAgent, String s)
Returns a BorderProps represtation of a string of the format as written by BorderProps.toString().

Uses in package org.apache.fop.render.pcl

Methods with parameter type org.apache.fop.traits.BorderProps

void
PCLRenderer.drawBorders(Rectangle2D.Float borderRect, BorderProps bpsBefore, BorderProps bpsAfter, BorderProps bpsStart, BorderProps bpsEnd)
Draws borders.
void
PCLRenderer.drawFastBorders(Rectangle2D.Float borderRect, BorderProps bpsBefore, BorderProps bpsAfter, BorderProps bpsStart, BorderProps bpsEnd)
Draws borders.
void
PCLRenderer.drawQualityBorders(Rectangle2D.Float borderRect, BorderProps bpsBefore, BorderProps bpsAfter, BorderProps bpsStart, BorderProps bpsEnd)
Draws borders.

Uses in package org.apache.fop.render

Methods with parameter type org.apache.fop.traits.BorderProps

void
AbstractPathOrientedRenderer.drawBorders(Rectangle2D.Float borderRect, BorderProps bpsBefore, BorderProps bpsAfter, BorderProps bpsStart, BorderProps bpsEnd)
Draws borders.

Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.