public enum VertexRadius extends Enum<VertexRadius>
Enum Constant and Description |
---|
ATTRIBUTE_LABELS |
EXTENT |
EXTENT_STABILITY |
HUGE |
INTENT |
INTENT_STABILITY |
LARGE |
NONE |
NORMAL |
OBJECT_LABELS |
SMALL |
TINY |
Modifier and Type | Method and Description |
---|---|
abstract <G,M> double |
get(Context<G,M> context,
ConceptLattice<G,M> lattice,
Concept<G,M> concept) |
String |
toString() |
static VertexRadius |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VertexRadius[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VertexRadius NONE
public static final VertexRadius TINY
public static final VertexRadius SMALL
public static final VertexRadius NORMAL
public static final VertexRadius LARGE
public static final VertexRadius HUGE
public static final VertexRadius EXTENT
public static final VertexRadius INTENT
public static final VertexRadius OBJECT_LABELS
public static final VertexRadius ATTRIBUTE_LABELS
public static final VertexRadius EXTENT_STABILITY
public static final VertexRadius INTENT_STABILITY
public static VertexRadius[] values()
for (VertexRadius c : VertexRadius.values()) System.out.println(c);
public static VertexRadius 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, Concept<G,M> concept)
public final String toString()
toString
in class Enum<VertexRadius>
Copyright © 2010–2023 Francesco Kriegel. All rights reserved.