|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.v3x.graphics.linetypes.Linetype
public class Linetype
A configurable line type, including color and symbols used.
| Constructor Summary | |
|---|---|
Linetype()
Create a new Linetype. |
|
Linetype(java.lang.String name,
java.lang.String color,
LinetypeFormat format)
Create a new Linetype with the given name, color, and format. |
|
| Method Summary | |
|---|---|
java.lang.String |
getColor()
Color of line drawn. |
LinetypeFormat |
getFormat()
Format (symbols) used to draw line. |
java.lang.String |
getName()
Name of this linetype. |
void |
setColor(java.lang.String newColor)
Color of line drawn. |
void |
setFormat(LinetypeFormat newFormat)
Format (symbols) used to draw line. |
void |
setName(java.lang.String newName)
Name of this linetype. |
java.lang.String |
toString()
|
java.util.List<Style> |
toStyles()
Converts this LinetypeFormat to one or more 4.x-compatible styles. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Linetype()
public Linetype(java.lang.String name,
java.lang.String color,
LinetypeFormat format)
| Method Detail |
|---|
public java.lang.String getColor()
public void setColor(java.lang.String newColor)
public LinetypeFormat getFormat()
public void setFormat(LinetypeFormat newFormat)
public java.lang.String getName()
public void setName(java.lang.String newName)
public java.lang.String toString()
toString in class java.lang.Objectpublic java.util.List<Style> toStyles()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||