public class LineDisplayProperties extends DisplayProperties
Modifier and Type | Field and Description |
---|---|
static java.awt.geom.GeneralPath |
ARC_END
Constant for a curved line ending.
|
static java.lang.String |
ARROW_AT_END_PROPERTY
Name of the arrow at end property.
|
static java.lang.String |
ARROW_AT_START_PROPERTY
Name of the arrow at start property.
|
static java.awt.geom.GeneralPath |
ARROW_END
Constant for an arrow line ending.
|
static java.awt.geom.GeneralPath |
COMPLEX_ARROW_END
Constant for a complex arrow line ending.
|
static LineDisplayProperties |
DEFAULT |
static double |
DEFAULT_LINE_WIDTH |
static java.lang.String |
DP_BASE_PATH |
static java.awt.geom.GeneralPath |
LINE_END
Constant for a straight line ending.
|
static java.lang.String |
LINE_WIDTH_PROPERTY
Name of the line width property.
|
static java.awt.geom.GeneralPath |
PLAIN_ARROW_END
Constant for a plain arrow line ending.
|
static java.awt.geom.GeneralPath |
SIMPLE_ARROW_END
Constant for a simple arrow line ending.
|
static LineDisplayProperties |
VECTOR_DEFAULT |
ANTI_ALIASING_PROPERTY, BORDER_COLOR_PROPERTY, BORDER_DEFAULT_COLOR, BORDER_DISPLAYED_PROPERTY, BORDER_WIDTH_PROPERTY, BROWN, DARK_BLUE, DARK_GREEN, DARK_RED, DASH_PATTERN_DEFAULT, DASH_PATTERN_PROPERTY, EAST, FILLED_PROPERTY, FONT_PROPERTY, FONT_RENDERED_WITH_OBJECT_COLOR_PROPERTY, FULL_GREEN, GRADIENT_CYCLE_PROPERTY, GRADIENT_FILL_PROPERTY, GRADIENT_FIRST_COLOR, GRADIENT_SECOND_COLOR, GREY_GREEN, J3D_DEFAULT_TEXT_SIZE, LABEL_DISPLAYED_PROPERTY, LABEL_POSITION_ON_SCREEN_PROPERTY, LIGHT_COLOR_PROPERTY, LIGHT_DEFAULT_COLOR, NO_DASH_PATTERN, NORTH, NORTHEAST, NORTHWEST, OBJECT_COLOR_PROPERTY, OBJECT_DEFAULT_COLOR, SELECTION_COLOR_DEFAULT, SELECTION_COLOR_PROPERTY, SHADOW_COLOR_PROPERTY, SHADOW_DEFAULT_COLOR, SHADOW_OFFSET_PROPERTY, SOUTH, SOUTHEAST, SOUTHWEST, STD_DASH_PATTERN, STD_FONT, STD_GRADIENT, TRANSPARENCY_PROPERTY, VIOLET, WEST
DEFAULT_PROPERTY_SUFFIX
Constructor and Description |
---|
LineDisplayProperties() |
LineDisplayProperties(DisplayProperties p) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone() |
protected DisplayProperties |
createInstance() |
java.awt.geom.GeneralPath |
getArrowAtEnd() |
java.awt.geom.GeneralPath |
getArrowAtStart() |
double |
getLineWidth() |
void |
setArrowAtEnd(java.awt.geom.GeneralPath value) |
void |
setArrowAtStart(java.awt.geom.GeneralPath value) |
void |
setLineWidth(double width) |
copyProperties, createGradientPaint, createGradientPaint, getBorderColor, getBorderWidth, getColorProperty, getDashPattern, getFont, getFontProperty, getGradientCycle, getGradientFirstColor, getGradientSecondColor, getLabelPositionOnScreen, getLightColor, getObjectColor, getSelectionColor, getShadowColor, getShadowOffset, getTransparency, getUserFont, hasShadow, intersect, intersect, isAntiAliasing, isBorderDisplayed, isDashed, isFilled, isFontRenderedWithObjectColor, isGradientFill, isLabelDisplayed, loadDefaults, setAntiAliasing, setBorderColor, setBorderDisplayed, setBorderWidth, setDashed, setDashed, setDashPattern, setFilled, setFont, setFontRenderedWithObjectColor, setGradientCycle, setGradientFill, setGradientFirstColor, setGradientSecondColor, setLabelDisplayed, setLabelPositionOnScreen, setLightColor, setObjectColor, setSelectionColor, setShadowColor, setShadowOffset, setTransparency
clear, containsDefaultProperty, containsProperty, copy, copyPropertiesFrom, copyPropertiesFrom, copyPropertiesInto, equals, getBooleanProperty, getDefaultPropertyImpl, getDoubleProperty, getProperties, getPropertiesCount, getProperty, getProperty, getPropertyImpl, getTextProperty, isEmpty, removeProperty, setDefaultProperty, setDefaultProperty, setDefaultProperty, setDefaultProperty, setDefaultPropertyImpl, setProperty, setProperty, setProperty, setProperty, setPropertyImpl, toString
public static final java.lang.String DP_BASE_PATH
public static final java.lang.String LINE_WIDTH_PROPERTY
getLineWidth()
,
Constant Field Valuespublic static final LineDisplayProperties DEFAULT
public static final LineDisplayProperties VECTOR_DEFAULT
public static final java.lang.String ARROW_AT_START_PROPERTY
getArrowAtStart()
,
Constant Field Valuespublic static final java.lang.String ARROW_AT_END_PROPERTY
getArrowAtEnd()
,
Constant Field Valuespublic static final double DEFAULT_LINE_WIDTH
public static final java.awt.geom.GeneralPath LINE_END
public static final java.awt.geom.GeneralPath ARC_END
public static final java.awt.geom.GeneralPath SIMPLE_ARROW_END
public static final java.awt.geom.GeneralPath PLAIN_ARROW_END
public static final java.awt.geom.GeneralPath COMPLEX_ARROW_END
public static final java.awt.geom.GeneralPath ARROW_END
public LineDisplayProperties()
public LineDisplayProperties(DisplayProperties p)
public java.awt.geom.GeneralPath getArrowAtStart()
public void setArrowAtStart(java.awt.geom.GeneralPath value)
public java.awt.geom.GeneralPath getArrowAtEnd()
public void setArrowAtEnd(java.awt.geom.GeneralPath value)
public double getLineWidth()
public void setLineWidth(double width)
protected DisplayProperties createInstance()
createInstance
in class DisplayProperties
public java.lang.Object clone()
clone
in class DisplayProperties
Further documentation and examples can be found under www.mathletfactory.de.