|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.v3x.graphics.linetypes.LinetypeFormat
public class LinetypeFormat
A format (dashed, barbed, etc.) for a line, expressed in a simple language.
| Field Summary | |
|---|---|
static java.lang.String |
defaultFormat
A safe default format. |
| Constructor Summary | |
|---|---|
LinetypeFormat()
Create a new LinetypeFormat. |
|
LinetypeFormat(java.lang.String format)
Create a new LinetypeFormat with the given format string. |
|
| Method Summary | |
|---|---|
java.lang.String |
getFormat()
Format string that describes the linetype. |
java.util.ArrayList |
getMembers()
Sections of the linetype. |
float |
getWidth()
If doubled is true, this is the width used for the double line. |
boolean |
isDoubled()
If true, line is drawn doubled, with a width specified as the width property. |
void |
setDoubled(boolean tizit)
|
void |
setFormat(java.lang.String newFormat)
Format string that describes the linetype. |
void |
setWidth(float newWidth)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String defaultFormat
| Constructor Detail |
|---|
public LinetypeFormat()
public LinetypeFormat(java.lang.String format)
| Method Detail |
|---|
public java.lang.String getFormat()
public void setFormat(java.lang.String newFormat)
public java.util.ArrayList getMembers()
public boolean isDoubled()
public void setDoubled(boolean tizit)
public float getWidth()
public void setWidth(float newWidth)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||