DataLabelShapeType

Inheritance: java.lang.Object

public final class DataLabelShapeType

Specifies the preset shape geometry that is to be used for a chart.

Fields

FieldDescription
BENT_LINE_CALLOUTRepresents the bent line callout shape.
BENT_LINE_WITH_ACCENT_BAR_CALLOUTRepresents the bent line with accent bar callout shape.
DOWN_ARROW_CALLOUTRepresents the down arrow callout shape.
ELLIPSERepresents the ellipse shape.
LEFT_ARROW_CALLOUTRepresents the left arrow callout shape.
LINEThis type is only used for special file processing
LINE_CALLOUTRepresents the line callout shape.
LINE_WITH_ACCENT_BAR_CALLOUTRepresents the line with accent bar callout shape.
RECTRepresents the rectangle shape.
RIGHT_ARROW_CALLOUTRepresents the right arrow callout shape.
ROUND_RECTRepresents the round rectangle shape.
UP_ARROW_CALLOUTRepresents the up arrow callout shape.
WEDGE_ELLIPSE_CALLOUTRepresents the wedge ellipse callout shape.
WEDGE_RECT_CALLOUTRepresents the wedge rectangle callout shape.
WEDGE_ROUND_RECT_CALLOUTRepresents the wedge round rectangle callout shape.

Methods

MethodDescription
equals(Object arg0)
getClass()
hashCode()
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

BENT_LINE_CALLOUT

public static final int BENT_LINE_CALLOUT

Represents the bent line callout shape.

BENT_LINE_WITH_ACCENT_BAR_CALLOUT

public static final int BENT_LINE_WITH_ACCENT_BAR_CALLOUT

Represents the bent line with accent bar callout shape.

DOWN_ARROW_CALLOUT

public static final int DOWN_ARROW_CALLOUT

Represents the down arrow callout shape.

ELLIPSE

public static final int ELLIPSE

Represents the ellipse shape.

LEFT_ARROW_CALLOUT

public static final int LEFT_ARROW_CALLOUT

Represents the left arrow callout shape.

LINE

public static final int LINE

This type is only used for special file processing

LINE_CALLOUT

public static final int LINE_CALLOUT

Represents the line callout shape.

LINE_WITH_ACCENT_BAR_CALLOUT

public static final int LINE_WITH_ACCENT_BAR_CALLOUT

Represents the line with accent bar callout shape.

RECT

public static final int RECT

Represents the rectangle shape.

RIGHT_ARROW_CALLOUT

public static final int RIGHT_ARROW_CALLOUT

Represents the right arrow callout shape.

ROUND_RECT

public static final int ROUND_RECT

Represents the round rectangle shape.

UP_ARROW_CALLOUT

public static final int UP_ARROW_CALLOUT

Represents the up arrow callout shape.

WEDGE_ELLIPSE_CALLOUT

public static final int WEDGE_ELLIPSE_CALLOUT

Represents the wedge ellipse callout shape.

WEDGE_RECT_CALLOUT

public static final int WEDGE_RECT_CALLOUT

Represents the wedge rectangle callout shape.

WEDGE_ROUND_RECT_CALLOUT

public static final int WEDGE_ROUND_RECT_CALLOUT

Represents the wedge round rectangle callout shape.

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int