org.jfree.layouting.layouter.context

Class ContextId

public class ContextId extends Object

Creation-Date: 05.12.2005, 18:04:27

Author: Thomas Morgner

Field Summary
static intSOURCE_DISPLAY_MODEL
static intSOURCE_NORMALIZER
static intSOURCE_RENDERER
Constructor Summary
ContextId(int source, long parentId, long id)
Method Summary
booleanequals(Object o)
longgetId()
longgetParentId()
intgetSource()
inthashCode()
StringtoString()

Field Detail

SOURCE_DISPLAY_MODEL

public static final int SOURCE_DISPLAY_MODEL

SOURCE_NORMALIZER

public static final int SOURCE_NORMALIZER

SOURCE_RENDERER

public static final int SOURCE_RENDERER

Constructor Detail

ContextId

public ContextId(int source, long parentId, long id)

Method Detail

equals

public boolean equals(Object o)

getId

public long getId()

getParentId

public long getParentId()

getSource

public int getSource()

hashCode

public int hashCode()

toString

public String toString()