public class Affix extends Object
| Constructor and Description |
|---|
Affix() |
| Modifier and Type | Method and Description |
|---|---|
static void |
affix(Element element)
Applys affix functionality to specified element.
|
static void |
affix(Element element,
int offset)
Applys affix functionality to specified element.
|
static void |
affix(UIObject object)
Applys affix functionality to specified object.
|
static void |
affix(UIObject object,
int offset)
Applys affix functionality to specified object.
|
public Affix()
public static void affix(Element element)
element - Element to "affixnize"public static void affix(Element element, int offset)
element - Element to "affixnize"offset - Offset of affixpublic static void affix(UIObject object)
object - Object to "affixnize"Copyright © 2017. All rights reserved.