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

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

    Fields in org.faceless.publisher.type declared as org.faceless.publisher.type.BackgroundPosition in in
    Modifier and Type
    Field
    Description
    static final org.faceless.publisher.type.BackgroundPosition
    BackgroundPosition.CENTER
     
    Methods in org.faceless.publisher.type that return org.faceless.publisher.type.BackgroundPosition in in
    Modifier and Type
    Method
    Description
    org.faceless.publisher.type.BackgroundPosition
    PreserveAspectRatioProp.getAsObjectPosition()
     
    org.faceless.publisher.type.BackgroundPosition
    ConicGradientResource.getCenter()
    Return the background position of the center of the cone
    org.faceless.publisher.type.BackgroundPosition
    CSSStyle.getObjectPosition()
    Returns the value of the object-position property.
    org.faceless.publisher.type.BackgroundPosition
    FilterCSSStyle.getObjectPosition()
     
    org.faceless.publisher.type.BackgroundPosition
    Background.getPosition()
    Returns the position to which this background layer should be anchored.
    org.faceless.publisher.type.BackgroundPosition
    Mask.getPosition()
    Returns the position to which this mask layer should be anchored.
    abstract org.faceless.publisher.type.BackgroundPosition
    RadialGradientResource.getPosition()
     
    Methods in org.faceless.publisher.type with parameters of type org.faceless.publisher.type.BackgroundPosition in in
    Modifier and Type
    Method
    Description
    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()
    ObjectFitProp.getObjectLocation(float iw, float ih, float ir, float cw, float ch, org.faceless.publisher.type.BackgroundPosition position, org.faceless.publisher.type.CSSStyle style, float vw, float vh)
    Return an AffineTransform to map an object with a specified intrinsic width/height/ratio to the target area.
    Constructors in org.faceless.publisher.type with parameters of type org.faceless.publisher.type.BackgroundPosition 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.
     
    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.