public final class ArrowHeadStyle extends Enum
Title: ArrowHeadStyle class
Description:
Copyright (c) 2005-2019 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
Modifier and Type | Field and Description |
---|---|
static ArrowHeadStyle |
LINE
Display an arrow head made with two lines.
|
static ArrowHeadStyle |
NONE
Do not display an arrow head.
|
static ArrowHeadStyle |
SOLID
Display a filled arrow head.
|
Modifier and Type | Method and Description |
---|---|
static ArrowHeadStyle |
fromValue(int value) |
getValue, readResolve
public static final ArrowHeadStyle NONE
public static final ArrowHeadStyle LINE
public static final ArrowHeadStyle SOLID
public static ArrowHeadStyle fromValue(int value)