Cargando…

ActionScript Graphing Cookbook.

Step-by-step instructions guide you from your very first graphical program to highly complex 3D presentations. Although a few recipes explain charts in Flex, this book is firmly focussed on using ActionScript code and data to draw graphs. The ""ActionScript Graphing Cookbook"" is...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Backx, Peter
Otros Autores: Gélineau, Dominic
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham : Packt Pub., 2012.
Colección:Quick answers to common problems.
Temas:
Acceso en línea:Texto completo

MARC

LEADER 00000cam a2200000Mu 4500
001 EBSCO_ocn823723679
003 OCoLC
005 20231017213018.0
006 m o d
007 cr |n|||||||||
008 130109s2012 enk o 000 0 eng d
040 |a EBLCP  |b eng  |e pn  |c EBLCP  |d OCLCQ  |d N$T  |d UMI  |d OCLCO  |d COO  |d YDXCP  |d OCLCQ  |d IDEBK  |d OCLCO  |d DEBSZ  |d OCLCF  |d OCLCA  |d OCLCQ  |d OCLCO  |d OCLCQ  |d AGLDB  |d FEM  |d OCLCQ  |d JBG  |d MERUC  |d OCLCQ  |d ZCU  |d VTS  |d CEF  |d ICG  |d OCLCQ  |d STF  |d UAB  |d DKC  |d OCLCQ  |d M8D  |d OCLCA  |d OCLCQ  |d AJS  |d OCLCO  |d OCLCQ 
019 |a 825076944  |a 969025273  |a 1086957226  |a 1264743625  |a 1297133756  |a 1297215106 
020 |a 9781849693219  |q (electronic bk.) 
020 |a 1849693218  |q (electronic bk.) 
020 |a 184969320X 
020 |a 9781849693202 
020 |z 9781849693202 
029 1 |a AU@  |b 000050492400 
029 1 |a DEBBG  |b BV041120887 
029 1 |a DEBBG  |b BV043104652 
029 1 |a DEBBG  |b BV044171688 
029 1 |a DEBSZ  |b 396757987 
029 1 |a DEBSZ  |b 421305800 
029 1 |a DEBSZ  |b 431291314 
029 1 |a DKDLA  |b 820120-katalog:999930679605765 
035 |a (OCoLC)823723679  |z (OCoLC)825076944  |z (OCoLC)969025273  |z (OCoLC)1086957226  |z (OCoLC)1264743625  |z (OCoLC)1297133756  |z (OCoLC)1297215106 
037 |a CL0500000182  |b Safari Books Online 
050 4 |a TA1637 .B384 2012 
072 7 |a COM  |x 012050  |2 bisacsh 
072 7 |a COM  |x 087020  |2 bisacsh 
072 7 |a PHO  |x 024000  |2 bisacsh 
072 7 |a TEC  |x 015000  |2 bisacsh 
082 0 4 |a 006.663 
049 |a UAMI 
100 1 |a Backx, Peter. 
245 1 0 |a ActionScript Graphing Cookbook. 
260 |a Birmingham :  |b Packt Pub.,  |c 2012. 
300 |a 1 online resource (659 pages) 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a text file  |2 rda 
490 1 |a Quick answers to common problems 
505 0 |a Table of Contents; ActionScript Graphing Cookbook; ActionScript Graphing Cookbook; Credits; About the Authors; About the Reviewers; www.PacktPub.com; Support files, eBooks, discount offers and more; Why Subscribe?; Free Access for Packt account holders; Preface; What this book covers; What you need for this book; Who this book is for; Conventions; Reader feedback; Customer support; Downloading the example code; Downloading the color images of this book; Errata; Piracy; Questions; 1. Getting Started with Graph Drawing; Introduction; Drawing in two dimensions; Getting ready; How to do it ... 
505 8 |a How it works ... There's more ... ; Graphics drawing; Coordinate systems and transformations; See also; Building point charts; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Coordinate system; Scaling woes; Adding more parameters; See also; Creating a line graph based on a function; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Improving the Graph class; Using points to draw functions; Curves; See also; Adding labels and axes; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Vertical axis; Screen versus graph coordinates. 
505 8 |a Error checking and adding parametersGraphing a spreadsheet; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Two arrays; Associative array; Vectors; Associative array to two-dimensional array conversion; See also; Area charts; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Having the color as a parameter; The fill style; See also; Multiple area charts; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Improving the interface; Styling the fill; Styling a graph; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Transformation. 
505 8 |a Gradient lines and points, bitmap areasSee also; Adding legends; Getting ready; How to do it ... ; How it works ... ; There's more ... ; TextField customization; A background; See also; Using Flex for charts; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Flex without MXML; ActionScript in Flex; See also; 2. Working with Data; Introduction; Preparing your data; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Databases; Embedding CSV files; Getting ready; How to do it ... ; How it works ... ; There's more ... ; CSV parsing; See also. 
505 8 |a Loading a data file from the InternetGetting ready; How to do it ... ; How it works ... ; There's more ... ; Other events; Relative URL; Security and cross-domain policies; See also; Loading a file from the local hard drive; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Cancel file browsing; See also; Loading data with XML; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Loading from other sources; Different XML structures; Loading data from Excel files; Getting ready; How to do it ... ; How it works ... ; There's more ... ; as3xls; See also. 
520 |a Step-by-step instructions guide you from your very first graphical program to highly complex 3D presentations. Although a few recipes explain charts in Flex, this book is firmly focussed on using ActionScript code and data to draw graphs. The ""ActionScript Graphing Cookbook"" is aimed at any ActionScript developer who wants to add data visualization to their skill set. The reader should be familiar with ActionScript basics, but no deep knowledge of any graphical functions is required. 
588 0 |a Print version record. 
590 |a eBooks on EBSCOhost  |b EBSCO eBook Subscription Academic Collection - Worldwide 
650 0 |a Computer graphics. 
650 0 |a Image processing  |x Digital techniques. 
650 0 |a Java (Computer program language) 
650 2 |a Computer Graphics 
650 6 |a Infographie. 
650 6 |a Traitement d'images  |x Techniques numériques. 
650 6 |a Java (Langage de programmation) 
650 7 |a computer graphics.  |2 aat 
650 7 |a digital imaging.  |2 aat 
650 7 |a COMPUTERS  |x Image Processing.  |2 bisacsh 
650 7 |a COMPUTERS  |x Digital Media  |x Graphics Applications.  |2 bisacsh 
650 7 |a PHOTOGRAPHY  |x Techniques  |x Digital.  |2 bisacsh 
650 7 |a TECHNOLOGY & ENGINEERING  |x Imaging Systems.  |2 bisacsh 
650 7 |a Computer graphics.  |2 fast  |0 (OCoLC)fst00872119 
650 7 |a Image processing  |x Digital techniques.  |2 fast  |0 (OCoLC)fst00967508 
650 7 |a Java (Computer program language)  |2 fast  |0 (OCoLC)fst00982065 
700 1 |a Gélineau, Dominic. 
776 0 8 |i Print version:  |a Backx, Peter.  |t ActionScript Graphing Cookbook.  |d Birmingham : Packt Publishing, ©2012  |z 9781849693202 
830 0 |a Quick answers to common problems. 
856 4 0 |u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=507332  |z Texto completo 
938 |a EBL - Ebook Library  |b EBLB  |n EBL1103981 
938 |a EBSCOhost  |b EBSC  |n 507332 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n cis24586458 
938 |a YBP Library Services  |b YANK  |n 9939533 
994 |a 92  |b IZTAP