Modifier and Type | Class and Description |
---|---|
class |
BasicMarkerAttributes |
Modifier and Type | Field and Description |
---|---|
protected MarkerAttributes |
BasicMarker.attributes |
Modifier and Type | Method and Description |
---|---|
MarkerAttributes |
Marker.getAttributes() |
MarkerAttributes |
BasicMarker.getAttributes() |
Modifier and Type | Method and Description |
---|---|
void |
Marker.setAttributes(MarkerAttributes attributes) |
void |
BasicMarker.setAttributes(MarkerAttributes attributes) |
Constructor and Description |
---|
BasicMarker(Position position,
MarkerAttributes attrs) |
BasicMarker(Position position,
MarkerAttributes attrs,
Angle heading) |
Modifier and Type | Field and Description |
---|---|
protected MarkerAttributes |
ShapeEditor.angleControlPointAttributes
Attributes used to represent shape rotation and other angular features.
|
protected MarkerAttributes |
ShapeEditor.locationControlPointAttributes
Attributes used to represent shape vertices.
|
protected MarkerAttributes |
ShapeEditor.sizeControlPointAttributes
Attributes used to represent shape size.
|
Modifier and Type | Method and Description |
---|---|
MarkerAttributes |
ShapeEditor.getAngleControlPointAttributes()
Indicates the attributes associated with angle control points.
|
MarkerAttributes |
ShapeEditor.getLocationControlPointAttributes()
Indicates the attributes associated with location control points.
|
MarkerAttributes |
ShapeEditor.getSizeControlPointAttributes()
Indicates the attributes associated with size control points.
|
Modifier and Type | Method and Description |
---|---|
protected ShapeEditor.ControlPointMarker |
ShapeEditor.makeControlPoint(Position position,
MarkerAttributes attributes,
int id,
int leg,
java.lang.String purpose)
Creates a control point.
|
protected ShapeEditor.ControlPointMarker |
ShapeEditor.makeControlPoint(Position position,
MarkerAttributes attributes,
int id,
java.lang.String purpose)
Creates a control point.
|
Constructor and Description |
---|
ControlPointMarker(Position position,
MarkerAttributes attrs,
int id,
int leg,
java.lang.String purpose) |
ControlPointMarker(Position position,
MarkerAttributes attrs,
int id,
java.lang.String purpose) |
Modifier and Type | Method and Description |
---|---|
MarkerAttributes |
ScalebarHint.getMarkerAttributes() |
Modifier and Type | Field and Description |
---|---|
protected MarkerAttributes[] |
MarkersOrder.AppFrame.attrs |
protected static MarkerAttributes[] |
MarkersOrder.AppFrame.attrsDayOfWeek |
protected static MarkerAttributes[] |
MarkersOrder.AppFrame.attrsHours |
protected static MarkerAttributes[] |
MarkersOrder.AppFrame.attrsRampDesat |
protected static MarkerAttributes[] |
MarkersOrder.AppFrame.attrsRampGradient |
protected static MarkerAttributes[] |
MarkersOrder.AppFrame.attrsRampHue |
protected static MarkerAttributes[] |
MarkersOrder.AppFrame.attrsRampMono |
Modifier and Type | Method and Description |
---|---|
protected PowerOfTwoPaddedImage |
MarkersOrder.AppFrame.createLegendForDaysOfWeek(MarkerAttributes[] attrs) |
protected PowerOfTwoPaddedImage |
MarkersOrder.AppFrame.createLegendForHours(MarkerAttributes[] attrs) |
Constructor and Description |
---|
TimedMarker(Position position,
MarkerAttributes attributes,
long time) |
Constructor and Description |
---|
ControlPointMarker(java.lang.String type,
Position position,
Vec4 point,
MarkerAttributes attrs,
int index) |
ControlPointMarker(java.lang.String type,
Position position,
Vec4 point,
MarkerAttributes attrs,
int index) |
Constructor and Description |
---|
ControlPointMarker(Position position,
MarkerAttributes attrs,
int index) |