|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.cete.dynamicpdf.Attached
public class Attached
Represents an attached.
Licensing:
This class is a DynamicPDF Generator Enterprise Edition
feature. One of the following licenses is required for non-evaluation usage:
Constructor Summary | |
---|---|
Attached(Edge value)
Initializes a new instance of the Attached class. |
|
Attached(Edge value1,
Edge value2)
Initializes a new instance of the Attached class. |
|
Attached(Edge value1,
Edge value2,
Edge value3)
Initializes a new instance of the Attached class. |
|
Attached(Edge value1,
Edge value2,
Edge value3,
Edge value4)
Initializes a new instance of the Attached class. |
Method Summary | |
---|---|
void |
setEdge(Edge value)
Sets the value to the edge. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Attached(Edge value)
Attached
class.
value
- Value of the edge.public Attached(Edge value1, Edge value2)
Attached
class.
value1
- Value of the edge.value2
- Value of the edge.public Attached(Edge value1, Edge value2, Edge value3)
Attached
class.
value1
- Value of the edge.value2
- Value of the edge.value3
- Value of the edge.public Attached(Edge value1, Edge value2, Edge value3, Edge value4)
Attached
class.
value1
- Value of the edge.value2
- Value of the edge.value3
- Value of the edge.value4
- Value of the edge.Method Detail |
---|
public void setEdge(Edge value)
value
- Value of the edge.
|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |