@Deprecated public class NodePageLine extends java.lang.Object implements java.lang.Comparable<NodePageLine>
Modifier and Type | Field and Description |
---|---|
NodePageLine |
parent
Deprecated.
|
GuidePart |
part
Deprecated.
|
boolean |
visible
Deprecated.
|
Constructor and Description |
---|
NodePageLine(NodePageLine parent,
GuidePart part)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
NodePageLine |
addChild(GuidePart child)
Deprecated.
|
int |
compareTo(NodePageLine o)
Deprecated.
|
NodePageLine |
getChildNode(GuidePart line)
Deprecated.
|
java.util.List<NodePageLine> |
getChildren()
Deprecated.
|
java.lang.Iterable<GuidePart> |
iterateNonNullLines()
Deprecated.
|
java.lang.Iterable<NodePageLine> |
iterateNonNullNodes()
Deprecated.
|
void |
setFontRenderer(IFontRenderer fontRenderer)
Deprecated.
|
void |
sortChildrenRecursively()
Deprecated.
|
public final NodePageLine parent
public final GuidePart part
public boolean visible
public NodePageLine(NodePageLine parent, GuidePart part)
public NodePageLine addChild(GuidePart child)
public void setFontRenderer(IFontRenderer fontRenderer)
public java.lang.Iterable<NodePageLine> iterateNonNullNodes()
public java.lang.Iterable<GuidePart> iterateNonNullLines()
public java.util.List<NodePageLine> getChildren()
public NodePageLine getChildNode(GuidePart line)
public void sortChildrenRecursively()
public int compareTo(NodePageLine o)
compareTo
in interface java.lang.Comparable<NodePageLine>