|
Oxygen XML Editor 14.2 Author API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectro.sync.ecss.extensions.api.editor.RendererLayoutInfo
@API(type=EXTENDABLE, src=PUBLIC) public class RendererLayoutInfo
Class which contains rendering information about a renderer, information like the baseline and the size. The baseline and the size of the renderer are computed in a certain context.
Please note that this API is not marked as final and it can change in one of the next versions of the application. If you have suggestions, comments about it, please let us know.
Constructor Summary | |
---|---|
RendererLayoutInfo(int baseline,
ro.sync.exml.view.graphics.Dimension size)
Constructor. |
Method Summary | |
---|---|
int |
getBaseline()
Gets the baseline. |
ro.sync.exml.view.graphics.Dimension |
getSize()
Get the size of the renderer, in a certain context. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RendererLayoutInfo(int baseline, ro.sync.exml.view.graphics.Dimension size)
baseline
- The baseline of the rendering component.size
- The size of the renderer.Method Detail |
---|
public int getBaseline()
public ro.sync.exml.view.graphics.Dimension getSize()
|
Oxygen XML Editor 14.2 Author API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |