static double |
StyleConstants.getArrowGlobalScaleLength(PicAttributeSet set) |
Returns the scale-factor for the arrow length
|
static double |
StyleConstants.getArrowGlobalScaleWidth(PicAttributeSet set) |
Returns the scale-factor for the arrow width
|
static double |
StyleConstants.getArrowInsetScale(PicAttributeSet set) |
Returns the arrow inset scale-factor (actual inset = ARROW_INSET * actual length)
|
static double |
StyleConstants.getArrowLengthScale(PicAttributeSet set) |
Returns the arrow length scale-factor (actual length (or height) = actual width * ARROW_LENGTH)
|
static double |
StyleConstants.getArrowWidthLineWidthScale(PicAttributeSet set) |
Returns the linewidth scale-factor for the arrow width (width = line-width-scale * line-width + minimum_size)
|
static double |
StyleConstants.getArrowWidthMinimumMm(PicAttributeSet set) |
Returns the relative size for arrows (width = linewidth-scale * line-width + minimum_size)
|
static double |
StyleConstants.getBracketLengthScale(PicAttributeSet set) |
Returns the bracket length scale-factor (actual length (or height) = actual width * BRACKET_LENGTH)
|
static double |
StyleConstants.getDashOpaque(PicAttributeSet set) |
Return the opaque dash length , guaranteed to be positive.
|
static double |
StyleConstants.getDashTransparent(PicAttributeSet set) |
Return the transparent dash length , guaranteed to be positive.
|
static java.lang.String |
StyleConstants.getDimen(PicAttributeSet set) |
Return a String (OUTER, MIDDLE or INNER) indicating whether the dimensions of boxes, circles,...
|
static double |
StyleConstants.getDotSep(PicAttributeSet set) |
Return the dot separation, guaranteed to be positive.
|
static java.awt.Color |
StyleConstants.getDoubleLineColor(PicAttributeSet set) |
Return the double-line colour
|
static double |
StyleConstants.getDoubleLineSep(PicAttributeSet set) |
Return the DoubleLine separation, guaranteed to be positive.
|
static java.awt.Color |
StyleConstants.getFillColor(PicAttributeSet set) |
Return the fill colour
|
static java.lang.String |
StyleConstants.getFillStyle(PicAttributeSet set) |
Return the fill style
|
static double |
StyleConstants.getHatchAngle(PicAttributeSet set) |
Return the hatch angle, guaranteed to be b/w -90 and 90.
|
static java.awt.Color |
StyleConstants.getHatchColor(PicAttributeSet set) |
Return the hatch colour
|
static double |
StyleConstants.getHatchSep(PicAttributeSet set) |
Return the distance b/w hatches, guaranteed to be positive
|
static double |
StyleConstants.getHatchWidth(PicAttributeSet set) |
Return the hatch width, guaranteed to be positive
|
static Arrow |
StyleConstants.getLeftArrow(PicAttributeSet set) |
Return the left arrow
|
static java.awt.Color |
StyleConstants.getLineColor(PicAttributeSet set) |
Return the stroke color
|
static java.lang.String |
StyleConstants.getLineStyle(PicAttributeSet set) |
Return the line style
|
static double |
StyleConstants.getLineWidth(PicAttributeSet set) |
Return the line width, guaranteed to be positive.
|
static java.awt.Color |
StyleConstants.getOverStrikeColor(PicAttributeSet set) |
Return the border color
|
static double |
StyleConstants.getOverStrikeWidth(PicAttributeSet set) |
Return the overstrike width, guaranteed to be positive.
|
static double |
StyleConstants.getPolydotsAngle(PicAttributeSet set) |
Returns the factor by which dots are to be rotated (in degrees and CCW)
|
static double |
StyleConstants.getPolydotsHorizontalScale(PicAttributeSet set) |
Returns the factor by which dots are to be scaled horizontally
|
static double |
StyleConstants.getPolydotsSizeLineWidthScale(PicAttributeSet set) |
Returns the line-width scale for polygon dots (size = linewidth-scale * line-width + minimum_size)
|
static double |
StyleConstants.getPolydotsSizeMinimumMm(PicAttributeSet set) |
Returns the minimum size of polygon dots (size = linewidth-scale * line-width + minimum_size)
|
static java.lang.String |
StyleConstants.getPolydotsStyle(PicAttributeSet set) |
Returns the style of polygon dots
|
static double |
StyleConstants.getPolydotsVerticalScale(PicAttributeSet set) |
Returns the factor by which dots are to be scaled vertically
|
static java.lang.String |
StyleConstants.getPstCustom(PicAttributeSet set) |
Return the pst custom parameters
|
static Arrow |
StyleConstants.getRightArrow(PicAttributeSet set) |
Return the right arrow
|
static double |
StyleConstants.getRoundedBracketLengthScale(PicAttributeSet set) |
Returns the rounded-bracket length scale-factor (actual length (or height) = actual width * BRACKET_LENGTH)
|
static double |
StyleConstants.getShadowAngle(PicAttributeSet set) |
Return the shadow angle, guaranteed to lie b/w -180 and 180
|
static java.awt.Color |
StyleConstants.getShadowColor(PicAttributeSet set) |
Return the shadow colour
|
static double |
StyleConstants.getShadowSize(PicAttributeSet set) |
Return the shadow size , guaranteed to be positive.
|
static double |
StyleConstants.getTBarWidthLineWidthScale(PicAttributeSet set) |
Returns the linewidth-scale for T-bars (width = linewidth-scale * line-width + relative_width)
|
static double |
StyleConstants.getTBarWidthMinimumMm(PicAttributeSet set) |
Returns the relative-width for T-bars (width = linewidth-scale * line-width + relative_width)
|
static boolean |
StyleConstants.isDoubleLine(PicAttributeSet set) |
Return whether double-line is on or off
|
static boolean |
StyleConstants.isOverStrike(PicAttributeSet set) |
Return whether overstrike is on or off
|
static boolean |
StyleConstants.isPolydotsSuperimposed(PicAttributeSet set) |
Returns true if dots superimpose on underlying curve
|
static boolean |
StyleConstants.isShadow(PicAttributeSet set) |
Return whether shadow is on or off
|
static void |
StyleConstants.setArrowGlobalScaleLength(PicAttributeSet set,
double d) |
Sets the scale-factor for the arrow length
|
static void |
StyleConstants.setArrowGlobalScaleWidth(PicAttributeSet set,
double d) |
Sets the scale-factor for the arrow width
|
static void |
StyleConstants.setArrowInsetScale(PicAttributeSet set,
double d) |
Sets the arrow inset scale-factor (actual inset = ARROW_INSET * actual length)
|
static void |
StyleConstants.setArrowLengthScale(PicAttributeSet set,
double d) |
Sets the arrow length scale-factor (actual length (or height) = actual width * ARROW_LENGTH)
|
static void |
StyleConstants.setArrowWidthLineWidthScale(PicAttributeSet set,
double d) |
Sets the the linewidth scale-factor for the arrow width (width = line-width-scale * line-width + minimum_size)
|
static void |
StyleConstants.setArrowWidthMinimumMm(PicAttributeSet set,
double d) |
Sets the relative-size for arrows (width = linewidth-scale * line-width + minimum_size)
|
void |
PicAttributeSet.setAttributes(PicAttributeSet src) |
Sets several name/value pairs at a time from the given set.
|
void |
AbstractElement.setAttributeSet(PicAttributeSet attributeSet) |
Bind the given attributes set to this Element.
|
void |
BranchElement.setAttributeSet(PicAttributeSet set) |
set AttributeSet for this BranchElement and propagate to children
|
void |
Element.setAttributeSet(PicAttributeSet attributeSet) |
|
static void |
StyleConstants.setBracketLengthScale(PicAttributeSet set,
double d) |
Sets the bracket length scale-factor (actual length (or height) = actual width * BRACKET_LENGTH)
|
static void |
StyleConstants.setDashOpaque(PicAttributeSet set,
double d) |
set the opaque dash length
|
static void |
StyleConstants.setDashTransparent(PicAttributeSet set,
double d) |
set the transparent dash length
|
static void |
StyleConstants.setDimen(PicAttributeSet set,
java.lang.String style) |
set the "dimen" parameter to OUTER, MIDDLE or INNER.
|
static void |
StyleConstants.setDotSep(PicAttributeSet set,
double d) |
set the dot separation
|
static void |
StyleConstants.setDoubleLine(PicAttributeSet set,
boolean b) |
set whether double-line is on or off
|
static void |
StyleConstants.setDoubleLineColor(PicAttributeSet set,
java.awt.Color c) |
Return the double-line colour
|
static void |
StyleConstants.setDoubleLineSep(PicAttributeSet set,
double d) |
set the DoubleLine separation
|
static void |
StyleConstants.setFillColor(PicAttributeSet set,
java.awt.Color c) |
set the fill colour
|
static void |
StyleConstants.setFillStyle(PicAttributeSet set,
java.lang.String style) |
set the fill style to NONE, SOLID, HLINES, ...
|
static void |
StyleConstants.setHatchAngle(PicAttributeSet set,
double d) |
set the hatch angle
|
static void |
StyleConstants.setHatchColor(PicAttributeSet set,
java.awt.Color c) |
set the hatch colour
|
static void |
StyleConstants.setHatchSep(PicAttributeSet set,
double d) |
set the distance b/w hatches
|
static void |
StyleConstants.setHatchWidth(PicAttributeSet set,
double d) |
set the hatch width
|
static void |
StyleConstants.setLeftArrow(PicAttributeSet set,
Arrow a) |
set the left arrow
|
static void |
StyleConstants.setLineColor(PicAttributeSet set,
java.awt.Color c) |
set the stroke color
|
static void |
StyleConstants.setLineStyle(PicAttributeSet set,
java.lang.String style) |
set the line style
|
static void |
StyleConstants.setLineWidth(PicAttributeSet set,
double width) |
set the line width
|
static void |
StyleConstants.setOverStrike(PicAttributeSet set,
boolean b) |
set whether overstrike is on or off
|
static void |
StyleConstants.setOverStrikeColor(PicAttributeSet set,
java.awt.Color c) |
set the border color
|
static void |
StyleConstants.setOverStrikeWidth(PicAttributeSet set,
double width) |
set the overstrike width
|
static void |
StyleConstants.setPolydotsAngle(PicAttributeSet set,
double d) |
Sets the factor by which dots are to be rotated (in degrees and CCW)
|
static void |
StyleConstants.setPolydotsHorizontalScale(PicAttributeSet set,
double d) |
Sets the factor by which dots are to be scaled horizontally
|
static void |
StyleConstants.setPolydotsSizeLineWidthScale(PicAttributeSet set,
double d) |
Sets the line-width scale for polygon dots (size = linewidth-scale * line-width + minimum_size)
|
static void |
StyleConstants.setPolydotsSizeMinimumMm(PicAttributeSet set,
double d) |
Sets the minimum size of polygon dots (size = linewidth-scale * line-width + minimum_size)
|
static void |
StyleConstants.setPolydotsStyle(PicAttributeSet set,
java.lang.String s) |
Sets the style of polygon dots
|
static void |
StyleConstants.setPolydotsSuperimposed(PicAttributeSet set,
boolean b) |
Sets whether dots superimpose on underlying curve or not
|
static void |
StyleConstants.setPolydotsVerticalScale(PicAttributeSet set,
double d) |
Sets the factor by which dots are to be scaled vertically
|
static void |
StyleConstants.setPstCustom(PicAttributeSet set,
java.lang.String s) |
set pst custom parameters
|
void |
PicAttributeSet.setResolveParent(PicAttributeSet parent) |
set the resolving parent.
|
static void |
StyleConstants.setRightArrow(PicAttributeSet set,
Arrow a) |
set the right arrow
|
static void |
StyleConstants.setRoundedBracketLengthScale(PicAttributeSet set,
double d) |
Sets the rounded-bracket length scale-factor (actual length (or height) = actual width * BRACKET_LENGTH)
|
static void |
StyleConstants.setShadow(PicAttributeSet set,
boolean b) |
set whether shadow is on or off
|
static void |
StyleConstants.setShadowAngle(PicAttributeSet set,
double d) |
set the shadow angle
|
static void |
StyleConstants.setShadowColor(PicAttributeSet set,
java.awt.Color c) |
set the shadow colour
|
static void |
StyleConstants.setShadowSize(PicAttributeSet set,
double d) |
set the ShadowSize
|
static void |
StyleConstants.setTBarWidthLineWidthScale(PicAttributeSet set,
double d) |
Sets the linewidth-scale for T-bars (width = linewidth-scale * line-width + relative_width)
|
static void |
StyleConstants.setTBarWidthMinimumMm(PicAttributeSet set,
double d) |
Sets the relative-width for T-bars (width = linewidth-scale * line-width + relative_width)
|
void |
Arrow.syncAttributes(PicAttributeSet set) |
Configure the parameters of this arrow (size, scale, inset, ...) from the
given attribute set, aka view/model synchronization.
|