public enum EdgeStroke extends Enum<EdgeStroke>
Enum Constant and Description |
---|
EXTENT_DIFFERENCE |
EXTENT_RATIO |
HUGE |
INTENT_DIFFERENCE |
INTENT_RATIO |
INVERSE_EXTENT_RATIO |
INVERSE_INTENT_RATIO |
LARGE |
NONE |
NORMAL |
SMALL |
TINY |
Modifier and Type | Method and Description |
---|---|
abstract <G,M> double |
get(Context<G,M> context,
ConceptLattice<G,M> lattice,
Pair<Concept<G,M>,Concept<G,M>> concepts) |
String |
toString() |
static EdgeStroke |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EdgeStroke[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EdgeStroke NONE
public static final EdgeStroke TINY
public static final EdgeStroke SMALL
public static final EdgeStroke NORMAL
public static final EdgeStroke LARGE
public static final EdgeStroke HUGE
public static final EdgeStroke EXTENT_DIFFERENCE
public static final EdgeStroke INTENT_DIFFERENCE
public static final EdgeStroke EXTENT_RATIO
public static final EdgeStroke INTENT_RATIO
public static final EdgeStroke INVERSE_EXTENT_RATIO
public static final EdgeStroke INVERSE_INTENT_RATIO
public static EdgeStroke[] values()
for (EdgeStroke c : EdgeStroke.values()) System.out.println(c);
public static EdgeStroke valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic abstract <G,M> double get(Context<G,M> context, ConceptLattice<G,M> lattice, Pair<Concept<G,M>,Concept<G,M>> concepts)
public final String toString()
toString
in class Enum<EdgeStroke>
Copyright © 2010–2023 Francesco Kriegel. All rights reserved.