Class RImgControl

java.lang.Object
org.lobobrowser.html.renderer.RImgControl
All Implemented Interfaces:
ImageObserver, UINode, BoundableRenderable, RCollection, RElement, Renderable, RenderableContainer

public class RImgControl extends Object
  • Field Details

    • widget

      public final org.lobobrowser.html.renderer.UIControl widget
    • modelNode

      protected final ModelNode modelNode
    • INVALID_SIZE

      protected static final Integer INVALID_SIZE
    • delayedPairs

      protected Collection delayedPairs
      A list of absolute positioned or float parent-child pairs.
    • backgroundColor

      protected Color backgroundColor
      Background color which may be different to that from RenderState in the case of a Document node.
    • backgroundImage

      protected volatile Image backgroundImage
    • zIndex

      protected int zIndex
    • borderTopColor

      protected Color borderTopColor
    • borderLeftColor

      protected Color borderLeftColor
    • borderBottomColor

      protected Color borderBottomColor
    • borderRightColor

      protected Color borderRightColor
    • borderInsets

      protected Insets borderInsets
    • marginInsets

      protected Insets marginInsets
    • paddingInsets

      protected Insets paddingInsets
    • borderInfo

      protected BorderInfo borderInfo
    • lastBackgroundImageUri

      protected URL lastBackgroundImageUri
    • defaultMarginInsets

      protected Insets defaultMarginInsets
    • defaultPaddingInsets

      protected Insets defaultPaddingInsets
    • overflowX

      protected int overflowX
    • overflowY

      protected int overflowY
    • userAgentContext

      protected final UserAgentContext userAgentContext
    • layoutDeepCanBeInvalidated

      protected boolean layoutDeepCanBeInvalidated
    • SCROLL_BAR_THICKNESS

      protected static final int SCROLL_BAR_THICKNESS
      See Also:
    • logger

      protected static final Logger logger
    • SELECTION_COLOR

      protected static final Color SELECTION_COLOR
    • SELECTION_XOR

      protected static final Color SELECTION_XOR
    • container

      protected final RenderableContainer container
    • x

      public int x
    • y

      public int y
    • width

      public int width
    • height

      public int height
    • layoutUpTreeCanBeInvalidated

      protected boolean layoutUpTreeCanBeInvalidated
      Starts as true because ancestors could be invalidated.
    • parent

      protected RCollection parent
      Parent for graphics coordinates.
    • originalParent

      protected RCollection originalParent
      Parent for invalidation.
  • Constructor Details

  • Method Details