Uses of Class
org.faceless.publisher.type.MarkerOrientation

Packages that use org.faceless.publisher.type.MarkerOrientation
Package
Description
Contains utility classes and interfaces which are used across BFO Publisher
  • Uses of org.faceless.publisher.type.MarkerOrientation in org.faceless.publisher.type

    Fields in org.faceless.publisher.type declared as org.faceless.publisher.type.MarkerOrientation in in
    Modifier and Type
    Field
    Description
    static final org.faceless.publisher.type.MarkerOrientation
    MarkerOrientation.AUTO
     
    static final org.faceless.publisher.type.MarkerOrientation
    MarkerOrientation.AUTO_START_REVERSE
     
    static final org.faceless.publisher.type.MarkerOrientation
    MarkerOrientation.ZERO
     
    Methods in org.faceless.publisher.type that return org.faceless.publisher.type.MarkerOrientation in in
    Modifier and Type
    Method
    Description
    org.faceless.publisher.type.MarkerOrientation
    ReportCanvasReplacedContent.getMarkerOrientation()
     
    org.faceless.publisher.type.MarkerOrientation
    SVGMarkerElementResource.getMarkerOrientation()
     
    Methods in org.faceless.publisher.type with parameters of type org.faceless.publisher.type.MarkerOrientation in in
    Modifier and Type
    Method
    Description
    void
    ReportCanvasReplacedContent.setMarkerOrientation(org.faceless.publisher.type.MarkerOrientation o)
     
    Constructors in org.faceless.publisher.type with parameters of type org.faceless.publisher.type.MarkerOrientation in in
    Modifier
    Constructor
    Description
     
    ReportCanvasReplacedContent(org.faceless.publisher.output.ReportCanvas canvas, Rectangle2D bounds, org.faceless.publisher.type.MarkerOrientation markerOrientation)