Package com.reportmill.graphics
Class RMPath3DUtils
- java.lang.Object
 - 
- com.reportmill.graphics.RMPath3DUtils
 
 
- 
public class RMPath3DUtils extends java.lang.ObjectHelper methods for the RMPath3D class. 
- 
- 
Constructor Summary
Constructors Constructor Description RMPath3DUtils() 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.ListgetPaths(RMPath aPath, float z1, float z2)Creates and returns a list of paths in 3D for a given 2D path and extrusion.static java.util.ListgetPaths(RMPath aPath, float z1, float z2, float strokeWidth)Creates and returns a list of paths in 3D for a given 2D path and extrusion. 
 - 
 
- 
- 
Method Detail
- 
getPaths
public static java.util.List getPaths(RMPath aPath, float z1, float z2)
Creates and returns a list of paths in 3D for a given 2D path and extrusion. 
- 
getPaths
public static java.util.List getPaths(RMPath aPath, float z1, float z2, float strokeWidth)
Creates and returns a list of paths in 3D for a given 2D path and extrusion. Also can take into account the width of a stroke applied to the side (extrusion) panels. 
 - 
 
 -