public class XBarLineStandard extends BarLine
Modifier and Type | Field and Description |
---|---|
static float |
DASH_BLACK |
static float |
DASH_GAP |
boolean |
dashed |
static float |
DOT_BLACK |
static float |
DOT_GAP |
boolean |
dotted |
boolean |
hasSecond |
boolean |
isFat |
boolean |
leftDots |
boolean |
rightDots |
boolean |
secondIsFat |
glyph, logicalColor, logicalSize
location, semantics
format
Constructor and Description |
---|
XBarLineStandard(BarLineType type,
Rational when) |
XBarLineStandard(BarLineType type,
Rational when,
boolean isFat,
boolean hasSecond,
boolean secondIsFat) |
XBarLineStandard(BarLineType type,
Rational when,
boolean isFat,
boolean hasSecond,
boolean secondIsFat,
boolean dotted,
boolean dashed,
boolean leftDots,
boolean rightDots) |
Modifier and Type | Method and Description |
---|---|
void |
doPrint(PrintContext pr,
int pos,
float x,
float aux,
float y,
float lineDist,
GraphicObject master) |
Extension |
get_rawExtension() |
descend_ranges, doclone, format, get_ranges, get_type, get_when, initFrom, set_ranges, set_type, set_when
get_glyph, get_logicalColor, get_logicalSize, set_glyph, set_logicalColor, set_logicalSize
get_location, get_semantics, set_location, set_semantics
public final boolean isFat
public final boolean hasSecond
public final boolean secondIsFat
public final boolean dotted
public final boolean dashed
public final boolean leftDots
public final boolean rightDots
public static final float DASH_BLACK
public static final float DASH_GAP
public static final float DOT_BLACK
public static final float DOT_GAP
public XBarLineStandard(BarLineType type, Rational when)
public XBarLineStandard(BarLineType type, Rational when, boolean isFat, boolean hasSecond, boolean secondIsFat)
public XBarLineStandard(BarLineType type, Rational when, boolean isFat, boolean hasSecond, boolean secondIsFat, boolean dotted, boolean dashed, boolean leftDots, boolean rightDots)
public Extension get_rawExtension()
get_rawExtension
in class GraphicObject
public void doPrint(PrintContext pr, int pos, float x, float aux, float y, float lineDist, GraphicObject master)