public class MemoryRenderingElement extends Object
Clients may instantiate this class. Clients may subclass this class to add other members / settings as required by a rendering.
Constructor and Description |
---|
MemoryRenderingElement(IMemoryRendering rendering,
BigInteger address,
MemoryByte[] bytes)
Constructs a new memory rendering element for the given rendering
and specified bytes.
|
Modifier and Type | Method and Description |
---|---|
BigInteger |
getAddress()
Returns the address at which bytes are being rendered.
|
MemoryByte[] |
getBytes()
Returns the memory bytes being rendered.
|
IMemoryRendering |
getRendering()
Returns the memory rendering in which bytes are being rendered.
|
public MemoryRenderingElement(IMemoryRendering rendering, BigInteger address, MemoryByte[] bytes)
rendering
- the rendering containing the memory block being renderedaddress
- the address at which the rendering is taking placebytes
- the memory bytes being renderedpublic IMemoryRendering getRendering()
public BigInteger getAddress()
public MemoryByte[] getBytes()
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.