public class LineFactory
extends java.lang.Object
| Constructor | Description |
|---|---|
LineFactory() |
| Modifier and Type | Method | Description |
|---|---|---|
static ILine |
getBasicLine() |
Method creates and returns basic line.
|
static ILine |
getDottedLine() |
Method creates and returns dotted line.
|
static ILine |
getSpecialLine() |
Method creates and returns special line.
|
public static ILine getBasicLine()
public static ILine getDottedLine()
public static ILine getSpecialLine()