Uses of Enum Class
org.faceless.publisher.type.BoxProp

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

    Fields in org.faceless.publisher.type declared as org.faceless.publisher.type.BoxProp in in
    Modifier and Type
    Field
    Description
    static final org.faceless.publisher.type.BoxProp[]
    BoxProp.BOXTYPE
     
    static final org.faceless.publisher.type.BoxProp[]
    BoxProp.GEOMETRYBOXTYPE
     
    static final org.faceless.publisher.type.BoxProp[]
    BoxProp.MASKCLIPTYPE
     
    static final org.faceless.publisher.type.BoxProp[]
    BoxProp.SHAPEBOXTYPE
     
    Methods in org.faceless.publisher.type that return org.faceless.publisher.type.BoxProp in in
    Modifier and Type
    Method
    Description
    static org.faceless.publisher.type.BoxProp
    BoxProp.fromString(String ident, org.faceless.publisher.type.BoxProp[] list)
     
    org.faceless.publisher.type.BoxProp
    CSSStyle.getBoxSizing()
    Returns the value of the box-sizing property.
    org.faceless.publisher.type.BoxProp
    FilterCSSStyle.getBoxSizing()
     
    org.faceless.publisher.type.BoxProp
    Background.getClip()
    Returns the background painting area within which the background is painted.
    org.faceless.publisher.type.BoxProp
    Mask.getClip()
    Returns the mask-clip area within which the mask is painted, which may be the special value BoxProp.NO_CLIP
    org.faceless.publisher.type.BoxProp
    Background.getOrigin()
    Returns the background positioning area.
    org.faceless.publisher.type.BoxProp
    Mask.getOrigin()
    Returns the mask positioning area.
    org.faceless.publisher.type.BoxProp
    CSSStyle.getTransformBox()
     
    org.faceless.publisher.type.BoxProp
    FilterCSSStyle.getTransformBox()
     
    static org.faceless.publisher.type.BoxProp
    BoxProp.valueOf(String name)
     
    static org.faceless.publisher.type.BoxProp[]
    BoxProp.values()
     
    Methods in org.faceless.publisher.type that return types with arguments of type org.faceless.publisher.type.BoxProp in in
    Modifier and Type
    Method
    Description
    static org.faceless.publisher.type.EnumParser<org.faceless.publisher.type.BoxProp>
    BoxProp.getParser()
     
    Methods in org.faceless.publisher.type with parameters of type org.faceless.publisher.type.BoxProp 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
    static org.faceless.publisher.type.BoxProp
    BoxProp.fromString(String ident, org.faceless.publisher.type.BoxProp[] list)
     
    AffineTransform3D
    TransformType.get(org.faceless.publisher.type.CSSStyle s, org.faceless.publisher.type.Bounds bounds, org.faceless.publisher.type.BoxProp transformBox, double vw, double vh)
     
    Constructors in org.faceless.publisher.type with parameters of type org.faceless.publisher.type.BoxProp in in
    Modifier
    Constructor
    Description
     
    Background(org.faceless.publisher.type.BackgroundAttachmentProp attach, org.faceless.publisher.type.BoxProp clip, Paint color, URL2 image, org.faceless.publisher.type.BoxProp origin, org.faceless.publisher.type.BackgroundPosition position, org.faceless.publisher.type.RepeatStyle repeat, org.faceless.publisher.type.BackgroundSize size, org.faceless.publisher.type.BlendModeProp blendMode)
    Create a new Background with an image.
     
    Background(org.faceless.publisher.type.Background o, org.faceless.publisher.type.BoxProp clip)
    Create a new Background that is a clone of the specified background, but with a different clip.
     
    Mask(org.faceless.publisher.type.BoxProp clip, org.faceless.publisher.type.MaskCompositeProp composite, URL2 image, org.faceless.publisher.type.MaskModeProp mode, org.faceless.publisher.type.BoxProp origin, org.faceless.publisher.type.BackgroundPosition position, org.faceless.publisher.type.RepeatStyle repeat, org.faceless.publisher.type.BackgroundSize size)
    Create a new Mask.