Serialized Form


Package net.sourceforge.simplegamenet.util.proportionlayout

Class net.sourceforge.simplegamenet.util.proportionlayout.ProportionConstraints extends Object implements Serializable

Serialized Fields

gridX

int gridX

gridY

int gridY

gridWidth

int gridWidth

gridHeight

int gridHeight

extendGridX

int extendGridX

extendGridY

int extendGridY

anchor

int anchor

fill

int fill

insetNorth

int insetNorth

insetEast

int insetEast

insetSouth

int insetSouth

insetWest

int insetWest

iPadX

int iPadX

iPadY

int iPadY

Class net.sourceforge.simplegamenet.util.proportionlayout.ProportionLayout extends Object implements Serializable

Serialized Fields

columnLines

ArrayList columnLines
Contains all the columnLines for this ProportionLayout.


rowLines

ArrayList rowLines
Contains all the rowLines for this ProportionLayout.


columnProportionTotal

double columnProportionTotal
Contains the total amount of columnLines for this ProportionLayout.


rowProportionTotal

double rowProportionTotal
Contains the total amount of rowLines for this ProportionLayout.


linePartCouples

HashMap linePartCouples
Contains which rowLine and columnLine belong together.


columnLineParts

TreeSet columnLineParts
Contains all the columnLineParts


rowLineParts

TreeSet rowLineParts
Contains all the rowLineParts



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