Class RMPath3DUtils

java.lang.Object
com.reportmill.graphics.RMPath3DUtils

public class RMPath3DUtils extends Object
Helper methods for the RMPath3D class.
  • Constructor Details

    • RMPath3DUtils

      public RMPath3DUtils()
  • Method Details

    • getPaths

      public static 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 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.