org.apache.poi.ss.usermodel.charts
Interface ManuallyPositionable

All Known Subinterfaces:
Chart, ChartLegend

@Beta
public interface ManuallyPositionable

Abstraction of chart element that can be positioned with manual layout.


Method Summary
 ManualLayout getManualLayout()
          Returns manual layout for the chart element.
 

Method Detail

getManualLayout

ManualLayout getManualLayout()
Returns manual layout for the chart element.

Returns:
manual layout for the chart element.