
Makethecanvasscroll,scale orbefixed size
Tobestfityourapplication3drawmodesareincluded:
Ø Scrolling–shapesareallowedtogooffthecanvasandthiswillcausethecanvastoshow
itssc rollbarsandlet usersscrolltoseealloftheshapes.
Ø Scaletofit –shapesareallowedtogooffthecanvasagainbutwhen theydothewhole
pageisscaledsoitfitsintothesizeofthedrawingAreacanvas.
Ø Fixedsi ze–shapeswillneverbeallowedoutsideofth eedg esofthecanvas.
TosetthedrawModesi mplyassignthe valueonyourwhi teboardorwhiteboardManagertoone
oftheconstantso nwhiteboardManager,e.g.
my_whiteboard.drawMode=WhiteboardManager.DRAW_MODE_SCALE;
my_whiteboard.drawMode=WhiteboardManager.DRAW_MODE_SCROLLING;
my_whiteboard.drawMode=WhiteboardManager.DRAW_MODE_FIXED;
Addinganimagetothewhiteboard
Seesamples/ImagesinWhiteboard
ImageshavenobuiltinUIbecausetheyarethe kindofthingwhichrequirescustomization,a
customuploadsystemetc.Onceyouhavethatsysteminplaceitissimpletoa ddanimage.
Simplytakethe shapeControllerandcallcreateShapeassuch:
my_whiteboard.shapeController.createShape(“Image”,{x:50,y:50,width:100,height:100,
src :”foo.jpg”,l ineSize:1,lineColor:‐1});
Andanimagewillbeaddedwithallthosesettings.ThelineColor,likefillColorandlineColoron
othershapescan be‐1,‐1meansnol ineornofill.
Theimageyouusemustbeonthesamesi teasthewhiteboardoryoumusthaveloadedapolicy
filebecauseflash’ssecuritywon’tallowcrossdomainimageloading.
GivingPagesab ackgr oundcolor/anyproperty
Seesamples/PageSettingsWhiteboard
Theflexw hiteboardhasAPIsthatallowyoutostoredataagainstaparticularpage,thiscou ldbe
usedforanypagerelevantsettingssuchasbackgroundimage,page namee tc.Thesemethodscan
befoundinthepagecontroller,asim pleexamplewouldbe:
whiteboard.pageController.setCurrentPageSetting("/jointfilesconvert/295653/bgcolor",0xCCCCCC);
Youcansetanypropertyyoulike(itmustbeinthestandardformatofaproperty,akajustalpha
numeric).Theabove codesetsavaluecalled/jointfilesconvert/295653/bgcolorforthecurrentpageas0xCCCCCC.When
thatmethodiscalledtheeventbelowiscalled:
Comentários a estes Manuais