java.lang.Object
de.grogra.graph.Attributes
- Direct Known Subclasses:
Attributes
,Attributes
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final IntAttribute
static final int
static final StringAttribute
static final IntAttribute
static final ObjectAttribute
static final ObjectAttribute
static final BooleanAttribute
static final FloatAttribute
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic final BooleanAttribute
init
(BooleanAttribute a, String simpleName, I18NBundle bundle) static final BooleanAttribute
init
(BooleanAttribute a, String name, I18NBundle bundle, String resourceKey) static final ByteAttribute
init
(ByteAttribute a, String simpleName, I18NBundle bundle) static final ByteAttribute
init
(ByteAttribute a, String name, I18NBundle bundle, String resourceKey) static final CharAttribute
init
(CharAttribute a, String simpleName, I18NBundle bundle) static final CharAttribute
init
(CharAttribute a, String name, I18NBundle bundle, String resourceKey) static final DoubleAttribute
init
(DoubleAttribute a, String simpleName, I18NBundle bundle) static final DoubleAttribute
init
(DoubleAttribute a, String name, I18NBundle bundle, String resourceKey) static final FloatAttribute
init
(FloatAttribute a, String simpleName, I18NBundle bundle) static final FloatAttribute
init
(FloatAttribute a, String name, I18NBundle bundle, String resourceKey) static final IntAttribute
init
(IntAttribute a, String simpleName, I18NBundle bundle) static final IntAttribute
init
(IntAttribute a, String name, I18NBundle bundle, String resourceKey) static final LongAttribute
init
(LongAttribute a, String simpleName, I18NBundle bundle) static final LongAttribute
init
(LongAttribute a, String name, I18NBundle bundle, String resourceKey) static final ObjectAttribute
init
(ObjectAttribute a, String simpleName, I18NBundle bundle) static final ObjectAttribute
init
(ObjectAttribute a, String name, I18NBundle bundle, String resourceKey) static final ShortAttribute
init
(ShortAttribute a, String simpleName, I18NBundle bundle) static final ShortAttribute
init
(ShortAttribute a, String name, I18NBundle bundle, String resourceKey) static final StringAttribute
init
(StringAttribute a, String simpleName, I18NBundle bundle) static final StringAttribute
init
(StringAttribute a, String name, I18NBundle bundle, String resourceKey) static final VoidAttribute
init
(VoidAttribute a, String simpleName, I18NBundle bundle) static final VoidAttribute
init
(VoidAttribute a, String name, I18NBundle bundle, String resourceKey)
-
Field Details
-
NAME
-
WEIGHT
-
LAYER_COUNT
public static final int LAYER_COUNT- See Also:
-
LAYER
-
RESOLUTION
-
USER_FIELDS
-
VISIBLE
-
RGG
-
-
Constructor Details
-
Attributes
public Attributes()
-
-
Method Details
-
init
public static final BooleanAttribute init(BooleanAttribute a, String name, I18NBundle bundle, String resourceKey) -
init
-
init
public static final ByteAttribute init(ByteAttribute a, String name, I18NBundle bundle, String resourceKey) -
init
-
init
public static final ShortAttribute init(ShortAttribute a, String name, I18NBundle bundle, String resourceKey) -
init
-
init
public static final CharAttribute init(CharAttribute a, String name, I18NBundle bundle, String resourceKey) -
init
-
init
public static final IntAttribute init(IntAttribute a, String name, I18NBundle bundle, String resourceKey) -
init
-
init
public static final LongAttribute init(LongAttribute a, String name, I18NBundle bundle, String resourceKey) -
init
-
init
public static final FloatAttribute init(FloatAttribute a, String name, I18NBundle bundle, String resourceKey) -
init
-
init
public static final DoubleAttribute init(DoubleAttribute a, String name, I18NBundle bundle, String resourceKey) -
init
-
init
public static final ObjectAttribute init(ObjectAttribute a, String name, I18NBundle bundle, String resourceKey) -
init
-
init
public static final StringAttribute init(StringAttribute a, String name, I18NBundle bundle, String resourceKey) -
init
-
init
public static final VoidAttribute init(VoidAttribute a, String name, I18NBundle bundle, String resourceKey) -
init
-