Search Results for

    Show / Hide Table of Contents

    Class CanvasLayout.LayoutParams

    Inheritance
    java.lang.Object
    android.view.ViewGroup.LayoutParams
    CanvasLayout.LayoutParams
    Inherited Members
    android.view.ViewGroup.LayoutParams.resolveLayoutDirection(int)
    android.view.ViewGroup.LayoutParams.setBaseAttributes(android.content.res.TypedArray,int,int)
    Object.clone()
    Object.equals(Object)
    Object.finalize()
    Object.getClass()
    Object.hashCode()
    Object.notify()
    Object.notifyAll()
    Object.toString()
    Object.wait()
    Object.wait(long)
    Object.wait(long,int)
    Namespace:
    Assembly: .dll
    Syntax
    public static class CanvasLayout.LayoutParams extends ViewGroup.LayoutParams

    Constructors

    LayoutParams(Context c, AttributeSet attrs)

    Declaration
    public LayoutParams(Context c, AttributeSet attrs)
    Parameters
    Type Name Description
    android.content.Context c
    android.util.AttributeSet attrs

    LayoutParams(ViewGroup.LayoutParams source)

    Declaration
    public LayoutParams(ViewGroup.LayoutParams source)
    Parameters
    Type Name Description
    android.view.ViewGroup.LayoutParams source

    LayoutParams(int width, int height)

    Declaration
    public LayoutParams(int width, int height)
    Parameters
    Type Name Description
    int width
    int height

    LayoutParams(int width, int height, int x, int y)

    Declaration
    public LayoutParams(int width, int height, int x, int y)
    Parameters
    Type Name Description
    int width
    int height
    int x
    int y

    Fields

    BOTTOM

    Declaration
    public static final int BOTTOM
    Field Value
    Type Description
    int

    DEFAULT_Z_INDEX

    Declaration
    public static final int DEFAULT_Z_INDEX
    Field Value
    Type Description
    int

    HORIZONTAL_ALIGNMENT_CENTER

    Declaration
    public static final int HORIZONTAL_ALIGNMENT_CENTER
    Field Value
    Type Description
    int

    HORIZONTAL_ALIGNMENT_LEFT

    Declaration
    public static final int HORIZONTAL_ALIGNMENT_LEFT
    Field Value
    Type Description
    int

    HORIZONTAL_ALIGNMENT_MASK

    Declaration
    public static final int HORIZONTAL_ALIGNMENT_MASK
    Field Value
    Type Description
    int

    HORIZONTAL_ALIGNMENT_RIGHT

    Declaration
    public static final int HORIZONTAL_ALIGNMENT_RIGHT
    Field Value
    Type Description
    int

    HORIZONTAL_POSITION_MASK

    Declaration
    public static final int HORIZONTAL_POSITION_MASK
    Field Value
    Type Description
    int

    LEFT

    Declaration
    public static final int LEFT
    Field Value
    Type Description
    int

    RIGHT

    Declaration
    public static final int RIGHT
    Field Value
    Type Description
    int

    TOP

    Declaration
    public static final int TOP
    Field Value
    Type Description
    int

    VERTICAL_ALIGNMENT_BOTTOM

    Declaration
    public static final int VERTICAL_ALIGNMENT_BOTTOM
    Field Value
    Type Description
    int

    VERTICAL_ALIGNMENT_CENTER

    Declaration
    public static final int VERTICAL_ALIGNMENT_CENTER
    Field Value
    Type Description
    int

    VERTICAL_ALIGNMENT_MASK

    Declaration
    public static final int VERTICAL_ALIGNMENT_MASK
    Field Value
    Type Description
    int

    VERTICAL_ALIGNMENT_TOP

    Declaration
    public static final int VERTICAL_ALIGNMENT_TOP
    Field Value
    Type Description
    int

    VERTICAL_POSITION_MASK

    Declaration
    public static final int VERTICAL_POSITION_MASK
    Field Value
    Type Description
    int

    alignment

    Declaration
    public int alignment
    Field Value
    Type Description
    int

    position

    Declaration
    public int position
    Field Value
    Type Description
    int

    x

    Declaration
    public int x
    Field Value
    Type Description
    int

    y

    Declaration
    public int y
    Field Value
    Type Description
    int

    zIndex

    Declaration
    public int zIndex
    Field Value
    Type Description
    int

    Methods

    getHorizontalAlignmentMasked(int alignment)

    Declaration
    public static int getHorizontalAlignmentMasked(int alignment)
    Parameters
    Type Name Description
    int alignment
    Returns
    Type Description
    int

    getVerticalAlignmentMasked(int alignment)

    Declaration
    public static int getVerticalAlignmentMasked(int alignment)
    Parameters
    Type Name Description
    int alignment
    Returns
    Type Description
    int

    isLeft(int position)

    Declaration
    public static boolean isLeft(int position)
    Parameters
    Type Name Description
    int position
    Returns
    Type Description
    boolean

    isTop(int position)

    Declaration
    public static boolean isTop(int position)
    Parameters
    Type Name Description
    int position
    Returns
    Type Description
    boolean

    setBottom(int bottom)

    Declaration
    public void setBottom(int bottom)
    Parameters
    Type Name Description
    int bottom

    setBottomWithAlignment(int bottom, int alignment)

    Declaration
    public void setBottomWithAlignment(int bottom, int alignment)
    Parameters
    Type Name Description
    int bottom
    int alignment

    setHeight(int height)

    Declaration
    public void setHeight(int height)
    Parameters
    Type Name Description
    int height

    setLeft(int left)

    Declaration
    public void setLeft(int left)
    Parameters
    Type Name Description
    int left

    setLeftWithAlignment(int left, int alignment)

    Declaration
    public void setLeftWithAlignment(int left, int alignment)
    Parameters
    Type Name Description
    int left
    int alignment

    setRight(int right)

    Declaration
    public void setRight(int right)
    Parameters
    Type Name Description
    int right

    setRightWithAlignment(int right, int alignment)

    Declaration
    public void setRightWithAlignment(int right, int alignment)
    Parameters
    Type Name Description
    int right
    int alignment

    setTop(int top)

    Declaration
    public void setTop(int top)
    Parameters
    Type Name Description
    int top

    setTopWithAlignment(int top, int alignment)

    Declaration
    public void setTopWithAlignment(int top, int alignment)
    Parameters
    Type Name Description
    int top
    int alignment

    setWidth(int width)

    Declaration
    public void setWidth(int width)
    Parameters
    Type Name Description
    int width
    Back to top © 2011-2025 SciChart. All rights reserved. | sitemap.xml