Package processing.opengl
Class PGraphicsOpenGL.AttributeMap
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<String,PGraphicsOpenGL.VertexAttribute>
processing.opengl.PGraphicsOpenGL.AttributeMap
- All Implemented Interfaces:
Serializable
,Cloneable
,Map<String,
PGraphicsOpenGL.VertexAttribute>
- Enclosing class:
- PGraphicsOpenGL
protected static class PGraphicsOpenGL.AttributeMap
extends HashMap<String,PGraphicsOpenGL.VertexAttribute>
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,
V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object, V extends Object> -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget
(int i) put
(String key, PGraphicsOpenGL.VertexAttribute value) Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
-
Field Details
-
names
-
numComp
public int numComp
-
-
Constructor Details
-
AttributeMap
protected AttributeMap()
-
-
Method Details
-
put
- Specified by:
put
in interfaceMap<String,
PGraphicsOpenGL.VertexAttribute> - Overrides:
put
in classHashMap<String,
PGraphicsOpenGL.VertexAttribute>
-
get
-