| Package | Description |
|---|---|
| com.github.mangstadt.vinnie |
Contains core, data model classes.
|
| com.github.mangstadt.vinnie.io |
Contains classes that can contain I/O functionality.
|
| Modifier and Type | Method and Description |
|---|---|
VObjectParameters |
VObjectProperty.getParameters()
Gets the parameters.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VObjectProperty.setParameters(VObjectParameters parameters)
Sets the parameters.
|
| Constructor and Description |
|---|
VObjectParameters(VObjectParameters original)
Copies an existing list of parameters.
|
VObjectProperty(String group,
String name,
VObjectParameters parameters,
String value)
Creates a new property
|
| Modifier and Type | Method and Description |
|---|---|
void |
VObjectWriter.writeProperty(String group,
String name,
VObjectParameters parameters,
String value)
Writes a property to the data stream.
|
Copyright © 2016–2018 Michael Angstadt. All rights reserved.