Package | Description |
---|---|
ilog.views.io |
Provides the input and output streams
to store JViews objects in the IVL format.
|
ilog.views.sdm.graphic |
Contains specialized graphic objects used
by the SDM component.
|
Modifier and Type | Method and Description |
---|---|
IlvTexture |
IlvInputStream.readTexture(String field)
Reads a texture field.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvOutputStream.write(String field,
IlvTexture v)
Writes a texture field.
|
void |
IlvOutputStream.writeTexture(String field,
IlvTexture v)
Deprecated.
Since JViews 5.0; use the
write method |
Modifier and Type | Method and Description |
---|---|
IlvTexture |
IlvPaint.getTexture()
Returns the texture paint.
|
IlvTexture |
IlvGeneralLink.getTexture()
Returns the current texture.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvPaint.setTexture(IlvTexture paint)
Sets the
Paint implementation to IlvTexture . |
void |
IlvGeneralLink.setTexture(IlvTexture value)
Sets the texture.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.