NAME
Video::CPL::Layout - Manage layouts.
VERSION
Version 0.10
SYNOPSIS
Create or manage CPL layouts.
SUBROUTINES/METHODS
videoHeight([$val])
Accessor method to get or set videoHeight.
videoVCenter([$val])
Accessor method to get or set videoVCenter.
videoTop([$val])
Accessor method to get or set videoTop.
videoBottom([$val])
Accessor method to get or set videoBottom.
videoWidth([$val])
Accessor method to get or set videoWidth.
videoHCenter([$val])
Accessor method to get or set videoHCenter.
videoLeft([$val])
Accessor method to get or set videoLeft.
videoRight([$val])
Accessor method to get or set videoRight.
webHeight([$val])
Accessor method to get or set webHeight.
webVCenter([$val])
Accessor method to get or set webVCenter.
webTop([$val])
Accessor method to get or set webTop.
webBottom([$val])
Accessor method to get or set webBottom.
webWidth([$val])
Accessor method to get or set webWidth.
webHCenter([$val])
Accessor method to get or set webHCenter.
webLeft([$val])
Accessor method to get or set webLeft.
webRight([$val])
Accessor method to get or set webRight.
name([$val])
Accessor method to get or set name.
new([videoHeight=>$val,videoVCenter=>$val,videoTop=>$val,videoBottom=>$val,videoWidth=>$val, videoHCenter=>$val,videoLeft=>$val,videoRight=>$val,webHeight=>$val,webVCenter=>$val, webTop=>$val,webBottom=>$val,webWidth=>$val,webHCenter=>$val,webLeft=>$val,webRight=>$val, name=>$val])
Create a new Layout object. A name must be specified and will not be auto-generated. Other objects
which refer to this Layout should use the name and not the object.
xmlo
Given an XML::Writer object, add the xml information for this Layout.
xml()
Return the xml format of a Layout object.
fromxml()
AUTHOR
Carl Rosenberg, <perl at coincident.tv>
BUGS
Please report any bugs or feature requests to Coincident TV.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc Video::CPL::Layout
LICENSE AND COPYRIGHT
Copyright 2010 Coincident TV
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.