A B C E G H I L M N P R S T V W

A

addLayoutComponent(Component, Object) - Method in class net.sourceforge.simplegamenet.util.proportionlayout.ProportionLayout
Adds a component to the layout, using the specified ProportionConstraints of that object.
addLayoutComponent(String, Component) - Method in class net.sourceforge.simplegamenet.util.proportionlayout.ProportionLayout
This method isn't supported.
appendColumn() - Method in class net.sourceforge.simplegamenet.util.proportionlayout.ProportionLayout
Creates a new column at the end of the grid for this ProportionLayout.
appendColumn(int) - Method in class net.sourceforge.simplegamenet.util.proportionlayout.ProportionLayout
Creates a new column at the end of the grid for this ProportionLayout.
appendColumn(int, double) - Method in class net.sourceforge.simplegamenet.util.proportionlayout.ProportionLayout
Creates a new column at the end of the grid for this ProportionLayout.
appendRow() - Method in class net.sourceforge.simplegamenet.util.proportionlayout.ProportionLayout
Creates a new row at the end of the grid for this ProportionLayout.
appendRow(int) - Method in class net.sourceforge.simplegamenet.util.proportionlayout.ProportionLayout
Creates a new row at the end of the grid for this ProportionLayout.
appendRow(int, double) - Method in class net.sourceforge.simplegamenet.util.proportionlayout.ProportionLayout
Creates a new row at the end of the grid for this ProportionLayout.
arrangeGrid(Container, int) - Method in class net.sourceforge.simplegamenet.util.proportionlayout.ProportionLayout
Arranges the grid for the given container of components and specifies the sizeType of it.

B

BOTH - Static variable in class net.sourceforge.simplegamenet.util.proportionlayout.ProportionConstraints
Resize the component both horizontally and vertically.

C

CENTER - Static variable in class net.sourceforge.simplegamenet.util.proportionlayout.ProportionConstraints
Put the component in the center of its display area.
columnLineParts - Variable in class net.sourceforge.simplegamenet.util.proportionlayout.ProportionLayout
Contains all the columnLineParts
columnLines - Variable in class net.sourceforge.simplegamenet.util.proportionlayout.ProportionLayout
Contains all the columnLines for this ProportionLayout.
columnProportionTotal - Variable in class net.sourceforge.simplegamenet.util.proportionlayout.ProportionLayout
Contains the total amount of columnLines for this ProportionLayout.

E

EAST - Static variable in class net.sourceforge.simplegamenet.util.proportionlayout.ProportionConstraints
Put the component on the right side of its display area, centered vertically.

G

getColumnLinePart(Component, int) - Method in class net.sourceforge.simplegamenet.util.proportionlayout.ProportionConstraints
Represents the x-dimension of a specific cell made with ProportionConstraints.
getLayoutAlignmentX(Container) - Method in class net.sourceforge.simplegamenet.util.proportionlayout.ProportionLayout
Returns the alignment along the x axis.
getLayoutAlignmentY(Container) - Method in class net.sourceforge.simplegamenet.util.proportionlayout.ProportionLayout
Returns the alignment along the y axis.
getRowLinePart(Component, int) - Method in class net.sourceforge.simplegamenet.util.proportionlayout.ProportionConstraints
Represents the y-dimension of a specific cell made with ProportionConstraints.

H

HORIZONTAL - Static variable in class net.sourceforge.simplegamenet.util.proportionlayout.ProportionConstraints
Resize the component horizontally but not vertically.

I

invalidateLayout(Container) - Method in class net.sourceforge.simplegamenet.util.proportionlayout.ProportionLayout
Invalidates the layout, indicating that if the layout manager has cached information it should be discarded.

L

layoutContainer(Container) - Method in class net.sourceforge.simplegamenet.util.proportionlayout.ProportionLayout
Lays out the specified container using this proportion layout.
linePartCouples - Variable in class net.sourceforge.simplegamenet.util.proportionlayout.ProportionLayout
Contains which rowLine and columnLine belong together.

M

maximumLayoutSize(Container) - Method in class net.sourceforge.simplegamenet.util.proportionlayout.ProportionLayout
Returns the maximum dimensions for this layout given the components in the specified target container.
minimumLayoutSize(Container) - Method in class net.sourceforge.simplegamenet.util.proportionlayout.ProportionLayout
Determines the minimum size of the target container using this proportion layout.

N

NONE - Static variable in class net.sourceforge.simplegamenet.util.proportionlayout.ProportionConstraints
Do not resize the component.
NORTH - Static variable in class net.sourceforge.simplegamenet.util.proportionlayout.ProportionConstraints
Put the component at the top of its display area, centered horizontally.
NORTH_EAST - Static variable in class net.sourceforge.simplegamenet.util.proportionlayout.ProportionConstraints
Put the component at the top-right corner of its display area.
NORTH_WEST - Static variable in class net.sourceforge.simplegamenet.util.proportionlayout.ProportionConstraints
Put the component at the top-left corner of its display area.
NO_PROPORTION - Static variable in class net.sourceforge.simplegamenet.util.proportionlayout.ProportionLayout
Make the column or row have it's preferred width or height, without stretching.
net.sourceforge.simplegamenet.util.proportionlayout - package net.sourceforge.simplegamenet.util.proportionlayout
 

P

ProportionConstraints - class net.sourceforge.simplegamenet.util.proportionlayout.ProportionConstraints.
The ProportionConstraints class specifies constraints for components that are laid out using the ProportionLayout class.
ProportionConstraints(int, int) - Constructor for class net.sourceforge.simplegamenet.util.proportionlayout.ProportionConstraints
Creates a new instance of ProportionConstraints
ProportionConstraints(int, int, int, int) - Constructor for class net.sourceforge.simplegamenet.util.proportionlayout.ProportionConstraints
Creates a new instance of ProportionConstraints
ProportionConstraints(int, int, int, int, int, int) - Constructor for class net.sourceforge.simplegamenet.util.proportionlayout.ProportionConstraints
Creates a new instance of ProportionConstraints
ProportionConstraints(int, int, int, int, int, int, int, int) - Constructor for class net.sourceforge.simplegamenet.util.proportionlayout.ProportionConstraints
Creates a new instance of ProportionConstraints
ProportionConstraints(int, int, int, int, int, int, int, int, Insets, int, int) - Constructor for class net.sourceforge.simplegamenet.util.proportionlayout.ProportionConstraints
Creates a new instance of ProportionConstraints
ProportionConstraints(int, int, int, int, int, int, int, int, int, int, int, int, int, int) - Constructor for class net.sourceforge.simplegamenet.util.proportionlayout.ProportionConstraints
Creates a new instance of ProportionConstraints
ProportionLayout - class net.sourceforge.simplegamenet.util.proportionlayout.ProportionLayout.
The ProportionLayout class is a flexible layout manager that aligns components vertically and horizontally, without requiring that the components be of the same size.
ProportionLayout() - Constructor for class net.sourceforge.simplegamenet.util.proportionlayout.ProportionLayout
Creates a new instance of ProportionLayout
preferredLayoutSize(Container) - Method in class net.sourceforge.simplegamenet.util.proportionlayout.ProportionLayout
Determines the preferred size of the target container using this proportion layout.

R

removeLayoutComponent(Component) - Method in class net.sourceforge.simplegamenet.util.proportionlayout.ProportionLayout
Removes a component from the ProportionLayout.
rowLineParts - Variable in class net.sourceforge.simplegamenet.util.proportionlayout.ProportionLayout
Contains all the rowLineParts
rowLines - Variable in class net.sourceforge.simplegamenet.util.proportionlayout.ProportionLayout
Contains all the rowLines for this ProportionLayout.
rowProportionTotal - Variable in class net.sourceforge.simplegamenet.util.proportionlayout.ProportionLayout
Contains the total amount of rowLines for this ProportionLayout.

S

SOUTH - Static variable in class net.sourceforge.simplegamenet.util.proportionlayout.ProportionConstraints
Put the component at the bottom of its display area, centered horizontally.
SOUTH_EAST - Static variable in class net.sourceforge.simplegamenet.util.proportionlayout.ProportionConstraints
Put the component at the bottom-right corner of its display area.
SOUTH_WEST - Static variable in class net.sourceforge.simplegamenet.util.proportionlayout.ProportionConstraints
Put the component at the bottom-left corner of its display area.

T

toString() - Method in class net.sourceforge.simplegamenet.util.proportionlayout.ProportionLayout
Returns a string representation of this proportion layout's values.

V

VERTICAL - Static variable in class net.sourceforge.simplegamenet.util.proportionlayout.ProportionConstraints
Resize the component vertically but not horizontally.

W

WEST - Static variable in class net.sourceforge.simplegamenet.util.proportionlayout.ProportionConstraints
Put the component on the left side of its display area, centered vertically.

A B C E G H I L M N P R S T V W

Copyright © 2003-2004 The 3 Belgians. All Rights Reserved.