A B C D E F G H I K M N P R S T U W X Y

A

add(T) - Method in class net.avh4.framework.uilayer.scene.Scene
The provided element will be returned for convenience.

B

BLACK - Static variable in class net.avh4.framework.uilayer.Color
 
BLUE - Static variable in class net.avh4.framework.uilayer.Color
 

C

click(int, int) - Method in interface net.avh4.framework.uilayer.ClickReceiver
 
ClickReceiver - Interface in net.avh4.framework.uilayer
 
clickSceneElement(UI, String) - Static method in class net.avh4.framework.uilayer.UITools
 
clipHeight - Variable in class net.avh4.framework.uilayer.scene.SceneImage
 
clipWidth - Variable in class net.avh4.framework.uilayer.scene.SceneImage
 
clipX - Variable in class net.avh4.framework.uilayer.scene.SceneImage
 
clipY - Variable in class net.avh4.framework.uilayer.scene.SceneImage
 
Color - Class in net.avh4.framework.uilayer
 
Color() - Constructor for class net.avh4.framework.uilayer.Color
 
color - Variable in class net.avh4.framework.uilayer.scene.SceneLabel
 
color - Variable in class net.avh4.framework.uilayer.scene.SceneLine
 
color - Variable in class net.avh4.framework.uilayer.scene.SceneOval
 
color - Variable in class net.avh4.framework.uilayer.scene.ScenePlaceholder
 
color - Variable in class net.avh4.framework.uilayer.scene.SceneRect
 
color - Variable in class net.avh4.framework.uilayer.scene.SceneText
 
CompositeSceneElement - Class in net.avh4.framework.uilayer.scene
 
CompositeSceneElement(String, int, int, int, int) - Constructor for class net.avh4.framework.uilayer.scene.CompositeSceneElement
 

D

darken(double, int) - Static method in class net.avh4.framework.uilayer.Color
 

E

equals(Object) - Method in class net.avh4.framework.uilayer.Font
 
equals(Object) - Method in class net.avh4.framework.uilayer.scene.ScenePlaceholder
 

F

Font - Class in net.avh4.framework.uilayer
 
Font(String) - Constructor for class net.avh4.framework.uilayer.Font
 
Font(String, int) - Constructor for class net.avh4.framework.uilayer.Font
 
font - Variable in class net.avh4.framework.uilayer.scene.SceneLabel
 
font - Variable in class net.avh4.framework.uilayer.scene.SceneText
 
fontSize - Variable in class net.avh4.framework.uilayer.scene.SceneLabel
 

G

getAlpha(int) - Static method in class net.avh4.framework.uilayer.Color
 
getBlue(int) - Static method in class net.avh4.framework.uilayer.Color
 
getContrastingColor(int) - Static method in class net.avh4.util.Util
Get a color that visually contrasts with the given color.
getFontHeight(Font) - Method in interface net.avh4.framework.uilayer.UILayerService
 
getGreen(int) - Static method in class net.avh4.framework.uilayer.Color
 
getHashColor(String) - Static method in class net.avh4.util.Util
Generates a pseudo-random color given a string.
getHeight() - Method in class net.avh4.framework.uilayer.Font
 
getHeight() - Method in class net.avh4.framework.uilayer.scene.Scene
 
getHeight() - Method in class net.avh4.framework.uilayer.scene.SceneElement
 
getImageHeight(String) - Method in interface net.avh4.framework.uilayer.UILayerService
 
getImageWidth(String) - Method in interface net.avh4.framework.uilayer.UILayerService
 
getName() - Method in class net.avh4.framework.uilayer.scene.SceneElement
 
getRed(int) - Static method in class net.avh4.framework.uilayer.Color
 
getResourceName() - Method in class net.avh4.framework.uilayer.Font
 
getScene() - Method in interface net.avh4.framework.uilayer.SceneCreator
 
getSceneElements() - Method in class net.avh4.framework.uilayer.scene.CompositeSceneElement
 
getSize() - Method in class net.avh4.framework.uilayer.Font
 
getTitle() - Method in class net.avh4.framework.uilayer.scene.Scene
 
getValue(int) - Static method in class net.avh4.framework.uilayer.Color
 
getWidth() - Method in class net.avh4.framework.uilayer.scene.Scene
 
getWidth() - Method in class net.avh4.framework.uilayer.scene.SceneElement
 
getX() - Method in class net.avh4.framework.uilayer.scene.SceneElement
 
getY() - Method in class net.avh4.framework.uilayer.scene.SceneElement
 
GREY - Static variable in class net.avh4.framework.uilayer.Color
 

H

hashCode() - Method in class net.avh4.framework.uilayer.Font
 
height - Variable in class net.avh4.framework.uilayer.scene.SceneElement
 

I

image - Variable in class net.avh4.framework.uilayer.scene.SceneImage
 
iterator() - Method in class net.avh4.framework.uilayer.scene.Scene
 

K

key(int) - Method in interface net.avh4.framework.uilayer.KeyReceiver
 
KeyReceiver - Interface in net.avh4.framework.uilayer
 

M

main(UI) - Static method in class net.avh4.framework.uilayer.UILayer
 
main(SceneCreator, ClickReceiver, KeyReceiver) - Static method in class net.avh4.framework.uilayer.UILayer
 
measureText(String) - Method in class net.avh4.framework.uilayer.Font
 
measureText(Font, String) - Method in interface net.avh4.framework.uilayer.UILayerService
 

N

name - Variable in class net.avh4.framework.uilayer.scene.SceneElement
 
net.avh4.framework.uilayer - package net.avh4.framework.uilayer
 
net.avh4.framework.uilayer.scene - package net.avh4.framework.uilayer.scene
 
net.avh4.util - package net.avh4.util
 

P

PFENNIG - Static variable in class net.avh4.framework.uilayer.Font
 

R

RED - Static variable in class net.avh4.framework.uilayer.Color
 
run(SceneCreator, ClickReceiver, KeyReceiver) - Method in interface net.avh4.framework.uilayer.UILayerService
 

S

Scene - Class in net.avh4.framework.uilayer.scene
 
Scene(String) - Constructor for class net.avh4.framework.uilayer.scene.Scene
 
Scene() - Constructor for class net.avh4.framework.uilayer.scene.Scene
 
SceneCreator - Interface in net.avh4.framework.uilayer
 
SceneElement - Class in net.avh4.framework.uilayer.scene
 
SceneElement(String, int, int, int, int) - Constructor for class net.avh4.framework.uilayer.scene.SceneElement
 
SceneImage - Class in net.avh4.framework.uilayer.scene
 
SceneImage(int, int, int, int, String) - Constructor for class net.avh4.framework.uilayer.scene.SceneImage
 
SceneImage(int, int, int, int, String, int, int, int, int) - Constructor for class net.avh4.framework.uilayer.scene.SceneImage
 
SceneLabel - Class in net.avh4.framework.uilayer.scene
 
SceneLabel(String, int, int, Font, int, int) - Constructor for class net.avh4.framework.uilayer.scene.SceneLabel
 
SceneLabel(String, int, int, String, int, int) - Constructor for class net.avh4.framework.uilayer.scene.SceneLabel
 
SceneLine - Class in net.avh4.framework.uilayer.scene
 
SceneLine(int, int, int, int, int) - Constructor for class net.avh4.framework.uilayer.scene.SceneLine
 
SceneOval - Class in net.avh4.framework.uilayer.scene
 
SceneOval(int, int, int, int, int) - Constructor for class net.avh4.framework.uilayer.scene.SceneOval
 
ScenePlaceholder - Class in net.avh4.framework.uilayer.scene
 
ScenePlaceholder(String, int, int, int, int) - Constructor for class net.avh4.framework.uilayer.scene.ScenePlaceholder
 
SceneRect - Class in net.avh4.framework.uilayer.scene
 
SceneRect(int, int, int, int, int) - Constructor for class net.avh4.framework.uilayer.scene.SceneRect
 
SceneText - Class in net.avh4.framework.uilayer.scene
 
SceneText(String, int, int, int, Font, int) - Constructor for class net.avh4.framework.uilayer.scene.SceneText
 
SceneText(String, int, int, int, String, int, int) - Constructor for class net.avh4.framework.uilayer.scene.SceneText
 
service - Static variable in class net.avh4.framework.uilayer.UILayer
 
setClipPosition(int, int) - Method in class net.avh4.framework.uilayer.scene.SceneImage
 
setHeight(int) - Method in class net.avh4.framework.uilayer.scene.SceneElement
 
setPosition(int, int) - Method in class net.avh4.framework.uilayer.scene.SceneImage
 
setSize(int, int) - Method in class net.avh4.framework.uilayer.scene.Scene
 
setText(String) - Method in class net.avh4.framework.uilayer.scene.SceneText
 
setWidth(int) - Method in class net.avh4.framework.uilayer.scene.SceneElement
 
setX(int) - Method in class net.avh4.framework.uilayer.scene.SceneElement
 
setY(int) - Method in class net.avh4.framework.uilayer.scene.SceneElement
 
size(int) - Method in class net.avh4.framework.uilayer.Font
 

T

text - Variable in class net.avh4.framework.uilayer.scene.SceneLabel
 
text - Variable in class net.avh4.framework.uilayer.scene.SceneText
 
textColor - Variable in class net.avh4.framework.uilayer.scene.ScenePlaceholder
 
title - Variable in class net.avh4.framework.uilayer.scene.Scene
 

U

UI - Interface in net.avh4.framework.uilayer
 
UILayer - Class in net.avh4.framework.uilayer
 
UILayer() - Constructor for class net.avh4.framework.uilayer.UILayer
 
UILayerService - Interface in net.avh4.framework.uilayer
 
UITools - Class in net.avh4.framework.uilayer
 
UITools() - Constructor for class net.avh4.framework.uilayer.UITools
 
Util - Class in net.avh4.util
 
Util() - Constructor for class net.avh4.util.Util
 

W

WHITE - Static variable in class net.avh4.framework.uilayer.Color
 
width - Variable in class net.avh4.framework.uilayer.scene.SceneElement
 

X

x - Variable in class net.avh4.framework.uilayer.scene.SceneElement
 
x1 - Variable in class net.avh4.framework.uilayer.scene.SceneLine
 
x2 - Variable in class net.avh4.framework.uilayer.scene.SceneLine
 

Y

y - Variable in class net.avh4.framework.uilayer.scene.SceneElement
 
y1 - Variable in class net.avh4.framework.uilayer.scene.SceneLine
 
y2 - Variable in class net.avh4.framework.uilayer.scene.SceneLine
 
YELLOW - Static variable in class net.avh4.framework.uilayer.Color
 

A B C D E F G H I K M N P R S T U W X Y

Copyright © 2012. All Rights Reserved.