se.biltmore.tools.odttoapt.maven.plugin.models
Interface NonParentSpaceReceiver

All Known Implementing Classes:
APTAnchor, APTLineBreak, APTLink, APTNonBreakingSpace, APTPageBreak, APTSpaces, APTText, APTTextBold, APTTextItalic, APTTextMonospaced

public interface NonParentSpaceReceiver

This is a special interface implemented by models that are not parents, but can receive an APTSpaces since they occur in strange places.


Method Summary
 void addSpace(APTSpaces space)
          Receives a set of spaces.
 

Method Detail

addSpace

void addSpace(APTSpaces space)
Receives a set of spaces.

Parameters:
space - The space to receive.


Copyright © 2009-2010 Biltmore Group AB. All Rights Reserved.