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

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

    Methods in org.faceless.publisher.type that return org.faceless.publisher.type.BasicShape in in
    Modifier and Type
    Method
    Description
    static org.faceless.publisher.type.BasicShape
    BasicShape.createBox(org.faceless.publisher.type.CSSStyle style, org.faceless.publisher.type.BoxProp box)
    Create a BasicShape referencing a box only
    static org.faceless.publisher.type.BasicShape
    BasicShape.createCircle(org.faceless.publisher.type.CSSStyle style, org.faceless.publisher.type.BoxProp box, org.faceless.publisher.type.Length radius, org.faceless.publisher.type.BackgroundPosition position)
    Create a BasicShape from a circle()
    static org.faceless.publisher.type.BasicShape
    BasicShape.createEllipse(org.faceless.publisher.type.CSSStyle style, org.faceless.publisher.type.BoxProp box, org.faceless.publisher.type.Length xradius, org.faceless.publisher.type.Length yradius, org.faceless.publisher.type.BackgroundPosition position)
    Create a BasicShape from an ellipse()
    static org.faceless.publisher.type.BasicShape
    BasicShape.createInset(org.faceless.publisher.type.CSSStyle style, org.faceless.publisher.type.BoxProp box, org.faceless.publisher.type.Length top, org.faceless.publisher.type.Length right, org.faceless.publisher.type.Length bottom, org.faceless.publisher.type.Length left, org.faceless.publisher.type.LengthPair tlr, org.faceless.publisher.type.LengthPair trr, org.faceless.publisher.type.LengthPair brr, org.faceless.publisher.type.LengthPair blr)
    Create a BasicShape from an inset()
    static org.faceless.publisher.type.BasicShape
    BasicShape.createPath(org.faceless.publisher.type.CSSStyle style, org.faceless.publisher.type.BoxProp box, SimplePath path)
    Create a BasicShape from a path()
    static org.faceless.publisher.type.BasicShape
    BasicShape.createPolygon(org.faceless.publisher.type.CSSStyle style, org.faceless.publisher.type.BoxProp box, int windingRule, List<org.faceless.publisher.type.LengthPair> pairs)
    Create a BasicShape from a polygon()
    static org.faceless.publisher.type.BasicShape
    BasicShape.createRect(org.faceless.publisher.type.CSSStyle style, org.faceless.publisher.type.BoxProp box, org.faceless.publisher.type.Length top, org.faceless.publisher.type.Length right, org.faceless.publisher.type.Length bottom, org.faceless.publisher.type.Length left)
    Create a BasicShape from a rect(), which is only valid with the legacy "clip" property