Class FlowContext
- java.lang.Object
-
- org.jfree.layouting.normalizer.displaymodel.FlowContext
-
- All Implemented Interfaces:
java.lang.Cloneable
public class FlowContext extends java.lang.Object implements java.lang.CloneableCreation-Date: Jan 5, 2007, 4:30:53 PM- Author:
- Thomas Morgner
-
-
Field Summary
Fields Modifier and Type Field Description static intSTATE_CLOSEstatic intSTATE_OPENstatic intSTATE_SUSPEND
-
Constructor Summary
Constructors Constructor Description FlowContext()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddElement(int model, int role, LayoutContext lc)java.lang.Objectclone()intclose()intgetActiveDisplayModel()intgetCurrentDisplayModel()intgetCurrentDisplayRole()LayoutContextgetCurrentLayoutContext()intgetCurrentState()booleanisEmpty()voidsuspend()
-
-
-
Field Detail
-
STATE_OPEN
public static final int STATE_OPEN
- See Also:
- Constant Field Values
-
STATE_SUSPEND
public static final int STATE_SUSPEND
- See Also:
- Constant Field Values
-
STATE_CLOSE
public static final int STATE_CLOSE
- See Also:
- Constant Field Values
-
-
Method Detail
-
addElement
public void addElement(int model, int role, LayoutContext lc)
-
getCurrentDisplayRole
public int getCurrentDisplayRole()
-
getCurrentDisplayModel
public int getCurrentDisplayModel()
-
getActiveDisplayModel
public int getActiveDisplayModel()
-
suspend
public void suspend()
-
close
public int close()
-
getCurrentLayoutContext
public LayoutContext getCurrentLayoutContext()
-
getCurrentState
public int getCurrentState()
-
clone
public java.lang.Object clone() throws java.lang.CloneNotSupportedException- Overrides:
clonein classjava.lang.Object- Throws:
java.lang.CloneNotSupportedException
-
isEmpty
public boolean isEmpty()
-
-